()Lorg/elasticsearch/action/ActionFuture; but it does not exist.from the following locations:
jar:file:/C:/Users/User/.m2/repository/org/elasticsearch/elasticsearch/5.6.9/elasticsearch-5.6.9.jar
我的应用程序禁用了Elasticsearch健康检查,如下所示: import org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchRestHealthIndicatorAutoConfiguration{ })
public class MyApp 它可以很好地与SpringBoot但现在我想将我的应用程序升级
我有个关于elasticsearch存储的Zipkin的问题。我们正在使用elasticsearch版本的2.4.1。org.elasticsearch.index.query.BoolQueryParser.parse(BoolQueryParser.java:120)
at org.elasticsearch.index.query.QueryParseContext.parseInnerQueryorg.elasticsearch.search.query.QueryParseElement.par
我想有一个属性设置,以调整模糊的elasticsearch搜索请求作为一个整体的应用程序设置,即不改变这每一个MyEntitySearchRepository的@Query。有没有一种方法可以指定这一点: 1)一些SpringBoot属性将被spring Data ElasticSearch拾取2)使用ElasticsearchTemplate预先填充来自本地Springboot属性的模糊值,而应用查询的另一部分转到ElasticSearch应该来自Spring数据定义(索引名,by/in/like参数