草庐IT

AggregationBuilder

全部标签

elasticsearch - 通过 JSON 查询在 Java 客户端中聚合 - 没有 AggregationBuilder

我可以在基于HTTP的JEST客户端中通过JSON查询实现聚合功能,但不能在TCP中实现基于Java客户端。通过JEST客户端(基于HTTPREST),可以通过查询字符串实现聚合。JEST示例代码:JestClientFactoryfactory=newJestClientFactory();HttpClientConfighttpClientConfig=newHttpClientConfig.Builder("http://localhost:9201").build();factory.setHttpClientConfig(httpClientConfig);JestClien