Uses of Interface
org.hibernate.search.backend.elasticsearch.search.aggregation.impl.AggregationExtractContext
-
Packages that use AggregationExtractContext Package Description org.hibernate.search.backend.elasticsearch.search.aggregation.impl -
-
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 AggregationExtractContext Modifier and Type Method Description protected Map<K,V>AbstractElasticsearchBucketAggregation. doExtract(com.google.gson.JsonObject aggregationResult, AggregationExtractContext context)protected abstract Map<K,V>AbstractElasticsearchBucketAggregation. doExtract(AggregationExtractContext context, com.google.gson.JsonElement buckets)protected abstract AAbstractElasticsearchNestableAggregation. doExtract(com.google.gson.JsonObject aggregationResult, AggregationExtractContext context)protected Map<Range<K>,Long>ElasticsearchRangeAggregation. doExtract(AggregationExtractContext context, com.google.gson.JsonElement buckets)protected Map<K,Long>ElasticsearchTermsAggregation. doExtract(AggregationExtractContext context, com.google.gson.JsonElement buckets)AAbstractElasticsearchNestableAggregation. extract(com.google.gson.JsonObject aggregationResult, AggregationExtractContext context)AElasticsearchSearchAggregation. extract(com.google.gson.JsonObject aggregationResult, AggregationExtractContext context)Extract the result of the aggregation from the response.
-