使用elasticsearch-rest-high-level-client遇到NosuchMethod

背景

利用elasticsearch做全文搜索時,引入依賴,創建索引時報錯。



程序如下:

IndexRequest req=new IndexRequest("test_index").id(50).source(map);

req.type("_doc");

IndexResponse res=esClient.index(req,RequestOptions.DEFAULT)

報錯信息如下:


分享到:


相關文章: