Uses of Interface
org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation
-
-
Uses of MultiBucketsAggregation in org.elasticsearch.search.aggregations
Classes in org.elasticsearch.search.aggregations that implement MultiBucketsAggregation Modifier and Type Class Description classInternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,B extends InternalMultiBucketAggregation.InternalBucket>classParsedMultiBucketAggregation<B extends MultiBucketsAggregation.Bucket> -
Uses of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.adjacency
Subinterfaces of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.adjacency Modifier and Type Interface Description interfaceAdjacencyMatrixA multi bucket aggregation where the buckets are defined by a set of filters (a bucket is produced per filter plus a bucket for each non-empty filter intersection so A, B and A&B).Classes in org.elasticsearch.search.aggregations.bucket.adjacency that implement MultiBucketsAggregation Modifier and Type Class Description classInternalAdjacencyMatrixclassParsedAdjacencyMatrix -
Uses of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.composite
Subinterfaces of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.composite Modifier and Type Interface Description interfaceCompositeAggregationClasses in org.elasticsearch.search.aggregations.bucket.composite that implement MultiBucketsAggregation Modifier and Type Class Description classInternalCompositeclassParsedComposite -
Uses of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.filter
Subinterfaces of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.filter Modifier and Type Interface Description interfaceFiltersA multi bucket aggregation where the buckets are defined by a set of filters (a bucket per filter).Classes in org.elasticsearch.search.aggregations.bucket.filter that implement MultiBucketsAggregation Modifier and Type Class Description classInternalFiltersclassParsedFilters -
Uses of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.geogrid
Subinterfaces of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Interface Description interfaceGeoGridA geo-grid aggregation.Classes in org.elasticsearch.search.aggregations.bucket.geogrid that implement MultiBucketsAggregation 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.classParsedGeoGridclassParsedGeoHashGridclassParsedGeoTileGrid -
Uses of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.histogram
Subinterfaces of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.histogram Modifier and Type Interface Description interfaceHistogramAhistogramaggregation.Classes in org.elasticsearch.search.aggregations.bucket.histogram that implement MultiBucketsAggregation Modifier and Type Class Description classInternalAutoDateHistogramImplementation ofHistogram.classInternalDateHistogramImplementation ofHistogram.classInternalHistogramImplementation ofHistogram.classParsedAutoDateHistogramclassParsedDateHistogramclassParsedHistogram -
Uses of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.range
Subinterfaces of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.range Modifier and Type Interface Description interfaceRangeArangeaggregation.Classes in org.elasticsearch.search.aggregations.bucket.range that implement MultiBucketsAggregation 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>>classParsedBinaryRangeclassParsedDateRangeclassParsedGeoDistanceclassParsedRange -
Uses of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.significant
Subinterfaces of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.significant Modifier and Type Interface Description interfaceSignificantTermsAn aggregation that collects significant terms in comparison to a background set.Classes in org.elasticsearch.search.aggregations.bucket.significant that implement MultiBucketsAggregation 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.classParsedSignificantLongTermsclassParsedSignificantStringTermsclassParsedSignificantTermsclassSignificantLongTermsResult 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 MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.terms
Subinterfaces of MultiBucketsAggregation in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Interface Description interfaceRareTermsinterfaceTermsAtermsaggregation.Classes in org.elasticsearch.search.aggregations.bucket.terms that implement MultiBucketsAggregation 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.classParsedDoubleTermsclassParsedLongTermsclassParsedStringTermsclassParsedTermsclassStringRareTermsclassStringTermsResult of theTermsAggregatorwhen the field is a String.classUnmappedRareTermsResult of the RareTerms aggregation when the field is unmapped.classUnmappedTermsResult of theTermsAggregatorwhen the field is unmapped. -
Uses of MultiBucketsAggregation in org.elasticsearch.search.aggregations.pipeline
Methods in org.elasticsearch.search.aggregations.pipeline with parameters of type MultiBucketsAggregation Modifier and Type Method Description static DoubleBucketHelpers. resolveBucketValue(MultiBucketsAggregation agg, InternalMultiBucketAggregation.InternalBucket bucket, String aggPath, BucketHelpers.GapPolicy gapPolicy)Given a path and a set of buckets, this method will return the value inside the agg at that path.static DoubleBucketHelpers. resolveBucketValue(MultiBucketsAggregation agg, InternalMultiBucketAggregation.InternalBucket bucket, List<String> aggPathAsList, BucketHelpers.GapPolicy gapPolicy)
-