Java 1.8,Elasticsearch低级和高级Rest客户端7.0.0 我正在尝试这里的文档中的简单示例:Bulk API BulkRequest bulkRequest = new BulkRequestbulk(request, RequestOptions.DEFAULT);
// this is the line throwing the error, straight from the docs 错误(RestClient.java</em
我目前遇到了一个问题,我们的elasticsearch再索引功能。我使用spring-data-elasticsearch 7.10.0,并创建了一个弹性模板类来使用Java进行批量索引。基本上,我创建了一个索引查询列表,并尝试使用elasticsearch提供的以下方法对给定的elasticsearch索引进行索引: public final List<IndexedObjectInformation我得到以下<em