| Interface | Description |
|---|---|
| GlobalOrdinalsStringTermsAggregator.GlobalOrdLookupFunction | |
| InternalTerms.Bucket.Reader<B extends InternalTerms.Bucket<B>> |
Reads a bucket.
|
| Terms |
A
terms aggregation. |
| Terms.Bucket |
A bucket that is associated with a single term
|
| Class | Description |
|---|---|
| BucketPriorityQueue<B extends Terms.Bucket> | |
| DoubleTerms |
Result of the
TermsAggregator when the field is some kind of decimal number like a float, double, or distance. |
| DoubleTermsAggregator | |
| GlobalOrdinalsStringTermsAggregator |
An aggregator of string values that relies on global ordinals in order to build buckets.
|
| IncludeExclude |
Defines the include/exclude regular expression filtering for string terms aggregation.
|
| IncludeExclude.LongFilter | |
| IncludeExclude.OrdinalsFilter | |
| IncludeExclude.SetBackedLongFilter | |
| IncludeExclude.StringFilter | |
| InternalMappedTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>> |
Common superclass for results of the terms aggregation on mapped fields.
|
| InternalTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>> | |
| InternalTerms.Bucket<B extends InternalTerms.Bucket<B>> | |
| LongTerms |
Result of the
TermsAggregator when the field is some kind of whole number like a integer, long, or a date. |
| LongTerms.Bucket | |
| LongTermsAggregator | |
| ParsedDoubleTerms | |
| ParsedDoubleTerms.ParsedBucket | |
| ParsedLongTerms | |
| ParsedLongTerms.ParsedBucket | |
| ParsedStringTerms | |
| ParsedStringTerms.ParsedBucket | |
| ParsedTerms | |
| ParsedTerms.ParsedBucket | |
| StringTerms |
Result of the
TermsAggregator when the field is a String. |
| StringTerms.Bucket | |
| StringTermsAggregator |
An aggregator of string values.
|
| TermsAggregationBuilder | |
| TermsAggregator | |
| TermsAggregator.BucketCountThresholds | |
| TermsAggregatorFactory | |
| UnmappedTerms |
Result of the
TermsAggregator when the field is unmapped. |
| UnmappedTerms.Bucket |
Concrete type that can't be built because Java needs a concrete type so
InternalTerms.Bucket can have a self type but
UnmappedTerms doesn't ever need to build it because it never returns any buckets. |
| Enum | Description |
|---|---|
| TermsAggregatorFactory.ExecutionMode |