public class AggregationListResponseExtractor extends Object implements MetricSearchResponseExtractor<List<org.elasticsearch.search.aggregations.Aggregation>>
| 限定符和类型 | 字段和说明 |
|---|---|
static AggregationListResponseExtractor |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
List<org.elasticsearch.search.aggregations.Aggregation> |
doExtractData(org.elasticsearch.action.search.SearchResponse response)
抽提实际响应的数据
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitextractDatacatchException, empty, fallback, fallbackEnabled, narrow, validatepublic static final AggregationListResponseExtractor INSTANCE
public List<org.elasticsearch.search.aggregations.Aggregation> doExtractData(org.elasticsearch.action.search.SearchResponse response)
ConcreteResponseExtractordoExtractData 在接口中 ConcreteResponseExtractor<List<org.elasticsearch.search.aggregations.Aggregation>,org.elasticsearch.action.search.SearchResponse>response - 具体响应Copyright © 2021. All rights reserved.