Uses of Class
org.elasticsearch.search.aggregations.AggregationExecutionException
-
Packages that use AggregationExecutionException Package Description org.elasticsearch.search.aggregations org.elasticsearch.search.aggregations.support -
-
Uses of AggregationExecutionException in org.elasticsearch.search.aggregations
Subclasses of AggregationExecutionException in org.elasticsearch.search.aggregations Modifier and Type Class Description static classMultiBucketConsumerService.TooManyBucketsExceptionMethods in org.elasticsearch.search.aggregations that throw AggregationExecutionException Modifier and Type Method Description static BucketOrderInternalOrder. validate(BucketOrder order, Aggregator aggregator)Validate a bucket ordering strategy for anAggregator. -
Uses of AggregationExecutionException in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that throw AggregationExecutionException Modifier and Type Method Description voidAggregationPath. validate(Aggregator root)Validates this path over the given aggregator as a point of reference.
-