Uses of Class
org.elasticsearch.search.aggregations.InternalAggregations
-
-
Uses of InternalAggregations in org.elasticsearch.search.aggregations
Fields in org.elasticsearch.search.aggregations declared as InternalAggregations Modifier and Type Field Description static InternalAggregationsInternalAggregations. EMPTYMethods in org.elasticsearch.search.aggregations that return InternalAggregations Modifier and Type Method Description protected InternalAggregationsAggregatorBase. buildEmptySubAggregations()static InternalAggregationsInternalAggregations. reduce(List<InternalAggregations> aggregationsList, InternalAggregation.ReduceContext context)Reduces the given list of aggregations as well as the top-level pipeline aggregators extracted from the firstInternalAggregationsobject found in the list.Methods in org.elasticsearch.search.aggregations with parameters of type InternalAggregations Modifier and Type Method Description abstract BInternalMultiBucketAggregation. createBucket(InternalAggregations aggregations, B prototype)Create a newInternalMultiBucketAggregation.InternalBucketusing the provided prototype bucket and aggregations.Method parameters in org.elasticsearch.search.aggregations with type arguments of type InternalAggregations Modifier and Type Method Description static InternalAggregationsInternalAggregations. reduce(List<InternalAggregations> aggregationsList, InternalAggregation.ReduceContext context)Reduces the given list of aggregations as well as the top-level pipeline aggregators extracted from the firstInternalAggregationsobject found in the list. -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket
Methods in org.elasticsearch.search.aggregations.bucket that return InternalAggregations Modifier and Type Method Description protected InternalAggregationsBucketsAggregator. bucketAggregations(long bucket)Required method to build the child aggregations of the given bucket (identified by the bucket ordinal).protected InternalAggregationsBucketsAggregator. bucketEmptyAggregations()Utility method to build empty aggregations of the sub aggregators.InternalAggregationsInternalSingleBucketAggregation. getAggregations()Methods in org.elasticsearch.search.aggregations.bucket with parameters of type InternalAggregations Modifier and Type Method Description InternalSingleBucketAggregationInternalSingleBucketAggregation. create(InternalAggregations subAggregations)Create a new copy of thisAggregationwith the same settings as thisAggregationand contains the provided sub-aggregations.protected abstract InternalSingleBucketAggregationInternalSingleBucketAggregation. newAggregation(String name, long docCount, InternalAggregations subAggregations)Create a new empty sub aggregation.Constructors in org.elasticsearch.search.aggregations.bucket with parameters of type InternalAggregations Constructor Description InternalSingleBucketAggregation(String name, long docCount, InternalAggregations aggregations, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Creates a single bucket aggregation. -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.adjacency
Methods in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type InternalAggregations Modifier and Type Method Description InternalAdjacencyMatrix.InternalBucketInternalAdjacencyMatrix. createBucket(InternalAggregations aggregations, InternalAdjacencyMatrix.InternalBucket prototype)Constructors in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type InternalAggregations Constructor Description InternalBucket(String key, long docCount, InternalAggregations aggregations) -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.composite
Methods in org.elasticsearch.search.aggregations.bucket.composite with parameters of type InternalAggregations Modifier and Type Method Description InternalComposite.InternalBucketInternalComposite. createBucket(InternalAggregations aggregations, InternalComposite.InternalBucket prototype) -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.filter
Methods in org.elasticsearch.search.aggregations.bucket.filter with parameters of type InternalAggregations Modifier and Type Method Description InternalFilters.InternalBucketInternalFilters. createBucket(InternalAggregations aggregations, InternalFilters.InternalBucket prototype)protected InternalSingleBucketAggregationInternalFilter. newAggregation(String name, long docCount, InternalAggregations subAggregations)Constructors in org.elasticsearch.search.aggregations.bucket.filter with parameters of type InternalAggregations Constructor Description InternalBucket(String key, long docCount, InternalAggregations aggregations, boolean keyed) -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.geogrid
Fields in org.elasticsearch.search.aggregations.bucket.geogrid declared as InternalAggregations Modifier and Type Field Description protected InternalAggregationsInternalGeoGridBucket. aggregationsMethods in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type InternalAggregations Modifier and Type Method Description InternalGeoGridBucketInternalGeoHashGrid. createBucket(InternalAggregations aggregations, InternalGeoGridBucket prototype)InternalGeoGridBucketInternalGeoTileGrid. createBucket(InternalAggregations aggregations, InternalGeoGridBucket prototype)Constructors in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type InternalAggregations Constructor Description InternalGeoGridBucket(long hashAsLong, long docCount, InternalAggregations aggregations) -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.global
Methods in org.elasticsearch.search.aggregations.bucket.global with parameters of type InternalAggregations Modifier and Type Method Description protected InternalSingleBucketAggregationInternalGlobal. newAggregation(String name, long docCount, InternalAggregations subAggregations) -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.histogram
Constructors in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type InternalAggregations Constructor Description Bucket(long key, long docCount, DocValueFormat format, InternalAggregations aggregations)Bucket(long key, long docCount, boolean keyed, DocValueFormat format, InternalAggregations aggregations)Bucket(double key, long docCount, boolean keyed, DocValueFormat format, InternalAggregations aggregations) -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.missing
Methods in org.elasticsearch.search.aggregations.bucket.missing with parameters of type InternalAggregations Modifier and Type Method Description protected InternalSingleBucketAggregationInternalMissing. newAggregation(String name, long docCount, InternalAggregations subAggregations) -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.nested
Methods in org.elasticsearch.search.aggregations.bucket.nested with parameters of type InternalAggregations Modifier and Type Method Description protected InternalSingleBucketAggregationInternalNested. newAggregation(String name, long docCount, InternalAggregations subAggregations)protected InternalSingleBucketAggregationInternalReverseNested. newAggregation(String name, long docCount, InternalAggregations subAggregations)Constructors in org.elasticsearch.search.aggregations.bucket.nested with parameters of type InternalAggregations Constructor Description InternalReverseNested(String name, long docCount, InternalAggregations aggregations, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range with parameters of type InternalAggregations Modifier and Type Method Description InternalBinaryRange.BucketInternalBinaryRange. createBucket(InternalAggregations aggregations, InternalBinaryRange.Bucket prototype)InternalDateRange.BucketInternalDateRange.Factory. createBucket(String key, double from, double to, long docCount, InternalAggregations aggregations, boolean keyed, DocValueFormat formatter)InternalDateRange.BucketInternalDateRange.Factory. createBucket(InternalAggregations aggregations, InternalDateRange.Bucket prototype)org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.BucketInternalGeoDistance.Factory. createBucket(String key, double from, double to, long docCount, InternalAggregations aggregations, boolean keyed, DocValueFormat format)org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.BucketInternalGeoDistance.Factory. createBucket(InternalAggregations aggregations, org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.Bucket prototype)BInternalRange. createBucket(InternalAggregations aggregations, B prototype)BInternalRange.Factory. createBucket(String key, double from, double to, long docCount, InternalAggregations aggregations, boolean keyed, DocValueFormat format)BInternalRange.Factory. createBucket(InternalAggregations aggregations, B prototype)Constructors in org.elasticsearch.search.aggregations.bucket.range with parameters of type InternalAggregations Constructor Description Bucket(DocValueFormat format, boolean keyed, String key, BytesRef from, BytesRef to, long docCount, InternalAggregations aggregations)Bucket(String key, double from, double to, long docCount, InternalAggregations aggregations, boolean keyed, DocValueFormat formatter)Bucket(String key, double from, double to, long docCount, InternalAggregations aggregations, boolean keyed, DocValueFormat format) -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.sampler
Methods in org.elasticsearch.search.aggregations.bucket.sampler with parameters of type InternalAggregations Modifier and Type Method Description protected InternalSingleBucketAggregationInternalSampler. newAggregation(String name, long docCount, InternalAggregations subAggregations) -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.significant
Fields in org.elasticsearch.search.aggregations.bucket.significant declared as InternalAggregations Modifier and Type Field Description protected InternalAggregationsInternalSignificantTerms.Bucket. aggregationsMethods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type InternalAggregations Modifier and Type Method Description org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.BucketSignificantLongTerms. createBucket(InternalAggregations aggregations, org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket prototype)SignificantStringTerms.BucketSignificantStringTerms. createBucket(InternalAggregations aggregations, SignificantStringTerms.Bucket prototype)UnmappedSignificantTerms.BucketUnmappedSignificantTerms. createBucket(InternalAggregations aggregations, UnmappedSignificantTerms.Bucket prototype)Constructors in org.elasticsearch.search.aggregations.bucket.significant with parameters of type InternalAggregations Constructor Description Bucket(long subsetDf, long subsetSize, long supersetDf, long supersetSize, InternalAggregations aggregations, DocValueFormat format)Bucket(BytesRef term, long subsetDf, long subsetSize, long supersetDf, long supersetSize, InternalAggregations aggregations, double score, DocValueFormat format)Bucket(BytesRef term, long subsetDf, long subsetSize, long supersetDf, long supersetSize, InternalAggregations aggregations, DocValueFormat format) -
Uses of InternalAggregations in org.elasticsearch.search.aggregations.bucket.terms
Fields in org.elasticsearch.search.aggregations.bucket.terms declared as InternalAggregations Modifier and Type Field Description protected InternalAggregationsInternalRareTerms.Bucket. aggregationsprotected InternalAggregationsInternalTerms.Bucket. aggregationsConstructors in org.elasticsearch.search.aggregations.bucket.terms with parameters of type InternalAggregations Constructor Description Bucket(long docCount, InternalAggregations aggregations, DocValueFormat formatter)Bucket(long docCount, InternalAggregations aggregations, boolean showDocCountError, long docCountError, DocValueFormat formatter)Bucket(long term, long docCount, InternalAggregations aggregations, DocValueFormat format)Bucket(long term, long docCount, InternalAggregations aggregations, boolean showDocCountError, long docCountError, DocValueFormat format)Bucket(BytesRef term, long docCount, InternalAggregations aggregations, DocValueFormat format)Bucket(BytesRef term, long docCount, InternalAggregations aggregations, boolean showDocCountError, long docCountError, DocValueFormat format) -
Uses of InternalAggregations in org.elasticsearch.search.internal
Constructors in org.elasticsearch.search.internal with parameters of type InternalAggregations Constructor Description InternalSearchResponse(SearchHits hits, InternalAggregations aggregations, Suggest suggest, SearchProfileShardResults profileResults, boolean timedOut, Boolean terminatedEarly, int numReducePhases) -
Uses of InternalAggregations in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query with parameters of type InternalAggregations Modifier and Type Method Description voidQuerySearchResult. aggregations(InternalAggregations aggregations)
-