public class AggregationMapResponseExtractor extends Object implements MetricSearchResponseExtractor<Map<String,org.elasticsearch.search.aggregations.Aggregation>>
| 限定符和类型 | 字段和说明 |
|---|---|
static AggregationMapResponseExtractor |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,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 AggregationMapResponseExtractor INSTANCE
public Map<String,org.elasticsearch.search.aggregations.Aggregation> doExtractData(org.elasticsearch.action.search.SearchResponse response)
ConcreteResponseExtractordoExtractData 在接口中 ConcreteResponseExtractor<Map<String,org.elasticsearch.search.aggregations.Aggregation>,org.elasticsearch.action.search.SearchResponse>response - 具体响应Copyright © 2021. All rights reserved.