Interface ElasticsearchSearchAggregation.Extractor<T>

All Known Implementing Classes:
AbstractElasticsearchBucketAggregation.AbstractBucketExtractor, AbstractElasticsearchNestableAggregation.AbstractExtractor, ElasticsearchRangeAggregation.RangeBucketExtractor, ElasticsearchTermsAggregation.TermsBucketExtractor
Enclosing interface:
ElasticsearchSearchAggregation<A>

public static interface ElasticsearchSearchAggregation.Extractor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    extract(com.google.gson.JsonObject aggregationResult, AggregationExtractContext context)
    Extract the result of the aggregation from the response.