Uses of Class
org.elasticsearch.search.aggregations.MultiBucketConsumerService.MultiBucketConsumer
-
Packages that use MultiBucketConsumerService.MultiBucketConsumer Package Description org.elasticsearch.search.aggregations -
-
Uses of MultiBucketConsumerService.MultiBucketConsumer in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations that return MultiBucketConsumerService.MultiBucketConsumer Modifier and Type Method Description MultiBucketConsumerService.MultiBucketConsumerMultiBucketConsumerService. create()MultiBucketConsumerService.MultiBucketConsumerSearchContextAggregations. multiBucketConsumer()Returns a consumer for multi bucket aggregation that checks the total number of buckets created in the responseConstructors in org.elasticsearch.search.aggregations with parameters of type MultiBucketConsumerService.MultiBucketConsumer Constructor Description SearchContextAggregations(AggregatorFactories factories, MultiBucketConsumerService.MultiBucketConsumer multiBucketConsumer)Creates a new aggregation context with the parsed aggregator factories
-