Uses of Interface
org.hibernate.search.backend.elasticsearch.search.aggregation.impl.AggregationExtractContext
Packages that use AggregationExtractContext
-
Uses of AggregationExtractContext in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Methods in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with parameters of type AggregationExtractContextModifier and TypeMethodDescriptionAbstractElasticsearchBucketAggregation.AbstractBucketExtractor.doExtract(com.google.gson.JsonObject aggregationResult, AggregationExtractContext context) AbstractElasticsearchBucketAggregation.AbstractBucketExtractor.doExtract(AggregationExtractContext context, com.google.gson.JsonElement buckets) protected abstract TAbstractElasticsearchNestableAggregation.AbstractExtractor.doExtract(com.google.gson.JsonObject aggregationResult, AggregationExtractContext context) ElasticsearchRangeAggregation.RangeBucketExtractor.doExtract(AggregationExtractContext context, com.google.gson.JsonElement buckets) ElasticsearchTermsAggregation.TermsBucketExtractor.doExtract(AggregationExtractContext context, com.google.gson.JsonElement buckets) final TAbstractElasticsearchNestableAggregation.AbstractExtractor.extract(com.google.gson.JsonObject aggregationResult, AggregationExtractContext context) ElasticsearchSearchAggregation.Extractor.extract(com.google.gson.JsonObject aggregationResult, AggregationExtractContext context) Extract the result of the aggregation from the response.