Uses of Interface
org.hibernate.search.backend.elasticsearch.search.aggregation.impl.AggregationRequestContext
Packages that use AggregationRequestContext
-
Uses of AggregationRequestContext in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Methods in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with parameters of type AggregationRequestContextModifier and TypeMethodDescriptionprotected final com.google.gson.JsonObjectAbstractElasticsearchBucketAggregation.doRequest(AggregationRequestContext context) protected abstract com.google.gson.JsonObjectAbstractElasticsearchNestableAggregation.doRequest(AggregationRequestContext context) protected abstract ElasticsearchSearchAggregation.Extractor<A>AbstractElasticsearchNestableAggregation.extractor(AggregationRequestContext context) protected ElasticsearchSearchAggregation.Extractor<Map<Range<K>,Long>> ElasticsearchRangeAggregation.extractor(AggregationRequestContext context) protected ElasticsearchSearchAggregation.Extractor<Map<K,Long>> ElasticsearchTermsAggregation.extractor(AggregationRequestContext context) AbstractElasticsearchNestableAggregation.request(AggregationRequestContext context, AggregationKey<?> key, com.google.gson.JsonObject jsonAggregations) ElasticsearchSearchAggregation.request(AggregationRequestContext context, AggregationKey<?> key, com.google.gson.JsonObject jsonAggregations) Contribute to the request, making sure that the requirements for this aggregation are met.ElasticsearchWithParametersAggregation.request(AggregationRequestContext context, AggregationKey<?> key, com.google.gson.JsonObject jsonAggregations)