Uses of Class
org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
-
Uses of InternalSingleBucketAggregation in org.elasticsearch.search.aggregations.bucket
Methods in org.elasticsearch.search.aggregations.bucket that return InternalSingleBucketAggregation 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. -
Uses of InternalSingleBucketAggregation in org.elasticsearch.search.aggregations.bucket.filter
Subclasses of InternalSingleBucketAggregation in org.elasticsearch.search.aggregations.bucket.filter Modifier and Type Class Description classInternalFilterMethods in org.elasticsearch.search.aggregations.bucket.filter that return InternalSingleBucketAggregation Modifier and Type Method Description protected InternalSingleBucketAggregationInternalFilter. newAggregation(String name, long docCount, InternalAggregations subAggregations) -
Uses of InternalSingleBucketAggregation in org.elasticsearch.search.aggregations.bucket.global
Subclasses of InternalSingleBucketAggregation in org.elasticsearch.search.aggregations.bucket.global Modifier and Type Class Description classInternalGlobalA global scope get (the document set on which we aggregate is all documents in the search context (ie.Methods in org.elasticsearch.search.aggregations.bucket.global that return InternalSingleBucketAggregation Modifier and Type Method Description protected InternalSingleBucketAggregationInternalGlobal. newAggregation(String name, long docCount, InternalAggregations subAggregations) -
Uses of InternalSingleBucketAggregation in org.elasticsearch.search.aggregations.bucket.missing
Subclasses of InternalSingleBucketAggregation in org.elasticsearch.search.aggregations.bucket.missing Modifier and Type Class Description classInternalMissingMethods in org.elasticsearch.search.aggregations.bucket.missing that return InternalSingleBucketAggregation Modifier and Type Method Description protected InternalSingleBucketAggregationInternalMissing. newAggregation(String name, long docCount, InternalAggregations subAggregations) -
Uses of InternalSingleBucketAggregation in org.elasticsearch.search.aggregations.bucket.nested
Subclasses of InternalSingleBucketAggregation in org.elasticsearch.search.aggregations.bucket.nested Modifier and Type Class Description classInternalNestedResult of theNestedAggregator.classInternalReverseNestedResult of theReverseNestedAggregator.Methods in org.elasticsearch.search.aggregations.bucket.nested that return InternalSingleBucketAggregation Modifier and Type Method Description protected InternalSingleBucketAggregationInternalNested. newAggregation(String name, long docCount, InternalAggregations subAggregations)protected InternalSingleBucketAggregationInternalReverseNested. newAggregation(String name, long docCount, InternalAggregations subAggregations) -
Uses of InternalSingleBucketAggregation in org.elasticsearch.search.aggregations.bucket.sampler
Subclasses of InternalSingleBucketAggregation in org.elasticsearch.search.aggregations.bucket.sampler Modifier and Type Class Description classInternalSamplerclassUnmappedSamplerMethods in org.elasticsearch.search.aggregations.bucket.sampler that return InternalSingleBucketAggregation Modifier and Type Method Description protected InternalSingleBucketAggregationInternalSampler. newAggregation(String name, long docCount, InternalAggregations subAggregations)
-