Uses of Interface
org.hibernate.search.backend.elasticsearch.search.aggregation.impl.AggregationRequestContext
-
Packages that use AggregationRequestContext Package Description org.hibernate.search.backend.elasticsearch.search.aggregation.impl -
-
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 AggregationRequestContext Modifier and Type Method Description protected com.google.gson.JsonObjectAbstractElasticsearchBucketAggregation. doRequest(AggregationRequestContext context)protected abstract com.google.gson.JsonObjectAbstractElasticsearchNestableAggregation. doRequest(AggregationRequestContext context)com.google.gson.JsonObjectAbstractElasticsearchNestableAggregation. request(AggregationRequestContext context)com.google.gson.JsonObjectElasticsearchSearchAggregation. request(AggregationRequestContext context)Contribute to the request, making sure that the requirements for this aggregation are met.
-