Uses of Class
org.elasticsearch.search.aggregations.support.AggregationPath
-
Packages that use AggregationPath Package Description org.elasticsearch.search.aggregations org.elasticsearch.search.aggregations.bucket.terms org.elasticsearch.search.aggregations.support -
-
Uses of AggregationPath in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations that return AggregationPath Modifier and Type Method Description AggregationPathInternalOrder.Aggregation. path() -
Uses of AggregationPath in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms with parameters of type AggregationPath Modifier and Type Method Description Comparator<MultiBucketsAggregation.Bucket>TermsAggregator. bucketComparator(AggregationPath path, boolean asc)Internal Optimization for orderingInternalTerms.Buckets by a sub aggregation. -
Uses of AggregationPath in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return AggregationPath Modifier and Type Method Description static AggregationPathAggregationPath. parse(String path)AggregationPathAggregationPath. subPath(int offset, int length)
-