Uses of Interface
org.elasticsearch.search.aggregations.KeyComparable
-
-
Uses of KeyComparable in org.elasticsearch.search.aggregations
Classes in org.elasticsearch.search.aggregations with type parameters of type KeyComparable 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. -
Uses of KeyComparable in org.elasticsearch.search.aggregations.bucket.composite
Classes in org.elasticsearch.search.aggregations.bucket.composite that implement KeyComparable Modifier and Type Class Description static classInternalComposite.InternalBucket -
Uses of KeyComparable in org.elasticsearch.search.aggregations.bucket.histogram
Classes in org.elasticsearch.search.aggregations.bucket.histogram that implement KeyComparable Modifier and Type Class Description static classInternalAutoDateHistogram.Bucketstatic classInternalDateHistogram.Bucketstatic classInternalHistogram.Bucket -
Uses of KeyComparable in org.elasticsearch.search.aggregations.bucket.terms
Classes in org.elasticsearch.search.aggregations.bucket.terms that implement KeyComparable 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 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.
-