Uses of Class
org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
-
-
Uses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations
Classes in org.elasticsearch.search.aggregations with type parameters of type InternalMultiBucketAggregation Modifier and Type Class Description classInternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,B extends InternalMultiBucketAggregation.InternalBucket> -
Uses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.adjacency
Subclasses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.adjacency Modifier and Type Class Description classInternalAdjacencyMatrix -
Uses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.composite
Subclasses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.composite Modifier and Type Class Description classInternalComposite -
Uses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.filter
Subclasses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.filter Modifier and Type Class Description classInternalFilters -
Uses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.geogrid
Subclasses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Class Description classInternalGeoGrid<B extends InternalGeoGridBucket>Represents a grid of cells where each cell's location is determined by a specific geo hashing algorithm.classInternalGeoHashGridRepresents a grid of cells where each cell's location is determined by a geohash.classInternalGeoTileGridRepresents a grid of cells where each cell's location is determined by a geohash. -
Uses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.histogram
Subclasses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.histogram Modifier and Type Class Description classInternalAutoDateHistogramImplementation ofHistogram.classInternalDateHistogramImplementation ofHistogram.classInternalHistogramImplementation ofHistogram. -
Uses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.range
Subclasses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.range Modifier and Type Class Description classInternalBinaryRangeA range aggregation for data that is encoded in doc values using a binary representation.classInternalDateRangeclassInternalGeoDistanceclassInternalRange<B extends InternalRange.Bucket,R extends InternalRange<B,R>> -
Uses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.significant
Subclasses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.significant Modifier and Type Class Description classInternalMappedSignificantTerms<A extends InternalMappedSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>classInternalSignificantTerms<A extends InternalSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>Result of the significant terms aggregation.classSignificantLongTermsResult of the running the significant terms aggregation on a numeric field.classSignificantStringTermsResult of the running the significant terms aggregation on a String field.classUnmappedSignificantTermsResult of the running the significant terms aggregation on an unmapped field. -
Uses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.terms
Subclasses of InternalMultiBucketAggregation in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Class Description classDoubleTermsResult of theTermsAggregatorwhen the field is some kind of decimal number like a float, double, or distance.classInternalMappedRareTerms<A extends InternalRareTerms<A,B>,B extends InternalRareTerms.Bucket<B>>classInternalMappedTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>>Common superclass for results of the terms aggregation on mapped fields.classInternalRareTerms<A extends InternalRareTerms<A,B>,B extends InternalRareTerms.Bucket<B>>classInternalTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>>classLongRareTermsResult of the RareTerms aggregation when the field is some kind of whole number like a integer, long, or a date.classLongTermsResult of theTermsAggregatorwhen the field is some kind of whole number like a integer, long, or a date.classStringRareTermsclassStringTermsResult of theTermsAggregatorwhen the field is a String.classUnmappedRareTermsResult of the RareTerms aggregation when the field is unmapped.classUnmappedTermsResult of theTermsAggregatorwhen the field is unmapped.
-