Uses of Interface
org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
-
-
Uses of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations
Classes in org.elasticsearch.search.aggregations with type parameters of type MultiBucketsAggregation.Bucket Modifier and Type Interface Description interfaceKeyComparable<T extends MultiBucketsAggregation.Bucket & KeyComparable<T>>Defines behavior for comparingbucket keysto imposes a total ordering of buckets of the same type.classParsedMultiBucketAggregation<B extends MultiBucketsAggregation.Bucket>Classes in org.elasticsearch.search.aggregations that implement MultiBucketsAggregation.Bucket Modifier and Type Class Description static classInternalMultiBucketAggregation.InternalBucketstatic classParsedMultiBucketAggregation.ParsedBucketFields in org.elasticsearch.search.aggregations with type parameters of type MultiBucketsAggregation.Bucket Modifier and Type Field Description protected Comparator<MultiBucketsAggregation.Bucket>InternalOrder. comparatorMethods in org.elasticsearch.search.aggregations that return types with arguments of type MultiBucketsAggregation.Bucket Modifier and Type Method Description abstract Comparator<MultiBucketsAggregation.Bucket>BucketOrder. comparator(Aggregator aggregator)Comparator<MultiBucketsAggregation.Bucket>InternalOrder.Aggregation. comparator(Aggregator aggregator)Comparator<MultiBucketsAggregation.Bucket>InternalOrder. comparator(Aggregator aggregator)Comparator<MultiBucketsAggregation.Bucket>InternalOrder.CompoundOrder. comparator(Aggregator aggregator)Constructor parameters in org.elasticsearch.search.aggregations with type arguments of type MultiBucketsAggregation.Bucket Constructor Description InternalOrder(byte id, String key, boolean asc, Comparator<MultiBucketsAggregation.Bucket> comparator)Creates an ordering strategy that sortsMultiBucketsAggregation.Buckets by some property. -
Uses of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket
Methods in org.elasticsearch.search.aggregations.bucket that return types with arguments of type MultiBucketsAggregation.Bucket Modifier and Type Method Description List<? extends MultiBucketsAggregation.Bucket>MultiBucketsAggregation. getBuckets() -
Uses of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.adjacency
Subinterfaces of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.adjacency Modifier and Type Interface Description static interfaceAdjacencyMatrix.BucketA bucket associated with a specific filter or pair (identified by its key)Classes in org.elasticsearch.search.aggregations.bucket.adjacency that implement MultiBucketsAggregation.Bucket Modifier and Type Class Description static classInternalAdjacencyMatrix.InternalBucketstatic classParsedAdjacencyMatrix.ParsedBucket -
Uses of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.composite
Subinterfaces of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.composite Modifier and Type Interface Description static interfaceCompositeAggregation.BucketClasses in org.elasticsearch.search.aggregations.bucket.composite that implement MultiBucketsAggregation.Bucket Modifier and Type Class Description static classInternalComposite.InternalBucketstatic classParsedComposite.ParsedBucket -
Uses of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.filter
Subinterfaces of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.filter Modifier and Type Interface Description static interfaceFilters.BucketA bucket associated with a specific filter (identified by its key)Classes in org.elasticsearch.search.aggregations.bucket.filter that implement MultiBucketsAggregation.Bucket Modifier and Type Class Description static classInternalFilters.InternalBucketstatic classParsedFilters.ParsedBucket -
Uses of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.geogrid
Subinterfaces of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Interface Description static interfaceGeoGrid.BucketA bucket that is associated with a geo-grid cell.Classes in org.elasticsearch.search.aggregations.bucket.geogrid that implement MultiBucketsAggregation.Bucket Modifier and Type Class Description classInternalGeoGridBucket<B extends InternalGeoGridBucket>classInternalGeoHashGridBucketclassInternalGeoTileGridBucketclassParsedGeoGridBucketclassParsedGeoHashGridBucketclassParsedGeoTileGridBucket -
Uses of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.histogram
Subinterfaces of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.histogram Modifier and Type Interface Description static interfaceHistogram.BucketA bucket in the histogram where documents fall inClasses in org.elasticsearch.search.aggregations.bucket.histogram that implement MultiBucketsAggregation.Bucket Modifier and Type Class Description static classInternalAutoDateHistogram.Bucketstatic classInternalDateHistogram.Bucketstatic classInternalHistogram.Bucketstatic classParsedAutoDateHistogram.ParsedBucketstatic classParsedDateHistogram.ParsedBucketMethods in org.elasticsearch.search.aggregations.bucket.histogram that return MultiBucketsAggregation.Bucket Modifier and Type Method Description MultiBucketsAggregation.BucketHistogramFactory. createBucket(Number key, long docCount, InternalAggregations aggregations)Create aMultiBucketsAggregation.Bucketobject that wraps the given key, document count and aggregations.Methods in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type MultiBucketsAggregation.Bucket Modifier and Type Method Description NumberHistogramFactory. getKey(MultiBucketsAggregation.Bucket bucket)Get the key for the given bucket.NumberInternalAutoDateHistogram. getKey(MultiBucketsAggregation.Bucket bucket)NumberInternalDateHistogram. getKey(MultiBucketsAggregation.Bucket bucket)NumberInternalHistogram. getKey(MultiBucketsAggregation.Bucket bucket)Method parameters in org.elasticsearch.search.aggregations.bucket.histogram with type arguments of type MultiBucketsAggregation.Bucket Modifier and Type Method Description InternalAggregationHistogramFactory. createAggregation(List<MultiBucketsAggregation.Bucket> buckets)Create anInternalAggregationobject that wraps the given buckets.InternalAggregationInternalAutoDateHistogram. createAggregation(List<MultiBucketsAggregation.Bucket> buckets)InternalAggregationInternalDateHistogram. createAggregation(List<MultiBucketsAggregation.Bucket> buckets)InternalAggregationInternalHistogram. createAggregation(List<MultiBucketsAggregation.Bucket> buckets) -
Uses of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.range
Subinterfaces of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.range Modifier and Type Interface Description static interfaceRange.BucketA bucket associated with a specific rangeClasses in org.elasticsearch.search.aggregations.bucket.range that implement MultiBucketsAggregation.Bucket Modifier and Type Class Description static classInternalBinaryRange.Bucketstatic classInternalDateRange.Bucketstatic classInternalRange.Bucketstatic classParsedBinaryRange.ParsedBucketstatic classParsedDateRange.ParsedBucketstatic classParsedGeoDistance.ParsedBucketstatic classParsedRange.ParsedBucket -
Uses of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.significant
Subinterfaces of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.significant Modifier and Type Interface Description static interfaceSignificantTerms.BucketClasses in org.elasticsearch.search.aggregations.bucket.significant that implement MultiBucketsAggregation.Bucket Modifier and Type Class Description static classInternalSignificantTerms.Bucket<B extends InternalSignificantTerms.Bucket<B>>static classParsedSignificantLongTerms.ParsedBucketstatic classParsedSignificantStringTerms.ParsedBucketstatic classParsedSignificantTerms.ParsedBucketstatic classSignificantStringTerms.Bucketprotected static classUnmappedSignificantTerms.BucketConcrete type that can't be built because Java needs a concrete type soInternalTerms.Bucketcan have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets. -
Uses of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.terms
Subinterfaces of MultiBucketsAggregation.Bucket in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Interface Description static interfaceRareTerms.BucketA bucket that is associated with a single termstatic interfaceTerms.BucketA bucket that is associated with a single termClasses in org.elasticsearch.search.aggregations.bucket.terms that implement MultiBucketsAggregation.Bucket Modifier and Type Class Description static classInternalRareTerms.Bucket<B extends InternalRareTerms.Bucket<B>>static classInternalTerms.Bucket<B extends InternalTerms.Bucket<B>>static classLongRareTerms.Bucketstatic classLongTerms.Bucketstatic classParsedDoubleTerms.ParsedBucketstatic classParsedLongTerms.ParsedBucketstatic classParsedStringTerms.ParsedBucketstatic classParsedTerms.ParsedBucketstatic classStringRareTerms.Bucketstatic classStringTerms.Bucketprotected static classUnmappedRareTerms.Bucketprotected static classUnmappedTerms.BucketConcrete type that can't be built because Java needs a concrete type soInternalTerms.Bucketcan have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets.Methods in org.elasticsearch.search.aggregations.bucket.terms that return types with arguments of type MultiBucketsAggregation.Bucket Modifier and Type Method Description Comparator<MultiBucketsAggregation.Bucket>TermsAggregator. bucketComparator(AggregationPath path, boolean asc)Internal Optimization for orderingInternalTerms.Buckets by a sub aggregation.
-