Uses of Class
org.elasticsearch.search.aggregations.Aggregations
-
-
Uses of Aggregations in org.elasticsearch.action.search
Fields in org.elasticsearch.action.search declared as Aggregations Modifier and Type Field Description protected AggregationsSearchResponseSections. aggregationsMethods in org.elasticsearch.action.search that return Aggregations Modifier and Type Method Description AggregationsSearchResponseSections. aggregations()AggregationsSearchResponse. getAggregations()Constructors in org.elasticsearch.action.search with parameters of type Aggregations Constructor Description SearchResponseSections(SearchHits hits, Aggregations aggregations, Suggest suggest, boolean timedOut, Boolean terminatedEarly, SearchProfileShardResults profileResults, int numReducePhases) -
Uses of Aggregations in org.elasticsearch.search.aggregations
Subclasses of Aggregations in org.elasticsearch.search.aggregations Modifier and Type Class Description classInternalAggregationsAn internal implementation ofAggregations.Methods in org.elasticsearch.search.aggregations that return Aggregations Modifier and Type Method Description static AggregationsAggregations. fromXContent(XContentParser parser)AggregationsHasAggregations. getAggregations()AggregationsParsedMultiBucketAggregation.ParsedBucket. getAggregations()Methods in org.elasticsearch.search.aggregations with parameters of type Aggregations Modifier and Type Method Description protected voidParsedMultiBucketAggregation.ParsedBucket. setAggregations(Aggregations aggregations) -
Uses of Aggregations in org.elasticsearch.search.aggregations.bucket
Fields in org.elasticsearch.search.aggregations.bucket declared as Aggregations Modifier and Type Field Description protected AggregationsParsedSingleBucketAggregation. aggregationsMethods in org.elasticsearch.search.aggregations.bucket that return Aggregations Modifier and Type Method Description AggregationsMultiBucketsAggregation.Bucket. getAggregations()AggregationsParsedSingleBucketAggregation. getAggregations()AggregationsSingleBucketAggregation. getAggregations() -
Uses of Aggregations in org.elasticsearch.search.aggregations.bucket.adjacency
Methods in org.elasticsearch.search.aggregations.bucket.adjacency that return Aggregations Modifier and Type Method Description AggregationsInternalAdjacencyMatrix.InternalBucket. getAggregations() -
Uses of Aggregations in org.elasticsearch.search.aggregations.bucket.composite
Methods in org.elasticsearch.search.aggregations.bucket.composite that return Aggregations Modifier and Type Method Description AggregationsInternalComposite.InternalBucket. getAggregations() -
Uses of Aggregations in org.elasticsearch.search.aggregations.bucket.filter
Methods in org.elasticsearch.search.aggregations.bucket.filter that return Aggregations Modifier and Type Method Description AggregationsInternalFilters.InternalBucket. getAggregations() -
Uses of Aggregations in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid that return Aggregations Modifier and Type Method Description AggregationsInternalGeoGridBucket. getAggregations() -
Uses of Aggregations in org.elasticsearch.search.aggregations.bucket.histogram
Methods in org.elasticsearch.search.aggregations.bucket.histogram that return Aggregations Modifier and Type Method Description AggregationsInternalAutoDateHistogram.Bucket. getAggregations()AggregationsInternalDateHistogram.Bucket. getAggregations()AggregationsInternalHistogram.Bucket. getAggregations() -
Uses of Aggregations in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range that return Aggregations Modifier and Type Method Description AggregationsInternalBinaryRange.Bucket. getAggregations()AggregationsInternalRange.Bucket. getAggregations() -
Uses of Aggregations in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant that return Aggregations Modifier and Type Method Description AggregationsInternalSignificantTerms.Bucket. getAggregations() -
Uses of Aggregations in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms that return Aggregations Modifier and Type Method Description AggregationsInternalRareTerms.Bucket. getAggregations()AggregationsInternalTerms.Bucket. getAggregations() -
Uses of Aggregations in org.elasticsearch.search.aggregations.pipeline
Methods in org.elasticsearch.search.aggregations.pipeline with parameters of type Aggregations Modifier and Type Method Description InternalAggregationBucketMetricsPipelineAggregator. doReduce(Aggregations aggregations, InternalAggregation.ReduceContext context)abstract InternalAggregationSiblingPipelineAggregator. doReduce(Aggregations aggregations, InternalAggregation.ReduceContext context) -
Uses of Aggregations in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query that return Aggregations Modifier and Type Method Description AggregationsQuerySearchResult. consumeAggs()Returns and nulls out the aggregation for this search results.
-