public class StringTerms extends InternalMappedTerms<StringTerms,StringTerms.Bucket>
TermsAggregator
when the field is a String.Modifier and Type | Class and Description |
---|---|
static class |
StringTerms.Bucket |
InternalMultiBucketAggregation.InternalBucket
InternalAggregation.ReduceContext
Terms.Order
Aggregation.CommonFields
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
bucketMap, buckets, docCountError, format, otherDocCount, shardSize, showTermDocCountError
DOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME, minDocCount, order, requiredSize, SUM_OF_OTHER_DOC_COUNTS
metaData, name
TYPED_KEYS_DELIMITER
EMPTY_PARAMS
Constructor and Description |
---|
StringTerms(StreamInput in)
Read from a stream.
|
StringTerms(java.lang.String name,
Terms.Order order,
int requiredSize,
long minDocCount,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData,
DocValueFormat format,
int shardSize,
boolean showTermDocCountError,
long otherDocCount,
java.util.List<StringTerms.Bucket> buckets,
long docCountError) |
Modifier and Type | Method and Description |
---|---|
StringTerms |
create(java.util.List<StringTerms.Bucket> buckets)
Create a new copy of this
Aggregation with the same settings as
this Aggregation and contains the provided buckets. |
protected StringTerms |
create(java.lang.String name,
java.util.List<StringTerms.Bucket> buckets,
long docCountError,
long otherDocCount) |
StringTerms.Bucket |
createBucket(InternalAggregations aggregations,
StringTerms.Bucket prototype)
Create a new
InternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations. |
protected StringTerms.Bucket[] |
createBucketsArray(int size)
Create an array to hold some buckets.
|
java.lang.String |
getWriteableName()
Returns the name of the writeable object
|
doXContentBody, getBucketByKey, getBuckets, getDocCountError, getShardSize, getSumOfOtherDocCounts, setDocCountError, writeTermTypeInfoTo
doReduce, doWriteTo, doXContentCommon
getProperty
getMetaData, getName, getProperty, getType, pipelineAggregators, readSize, reduce, toXContent, writeSize, writeTo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMetaData, getName, getType
isFragment, toXContent
public static final java.lang.String NAME
public StringTerms(java.lang.String name, Terms.Order order, int requiredSize, long minDocCount, java.util.List<PipelineAggregator> pipelineAggregators, java.util.Map<java.lang.String,java.lang.Object> metaData, DocValueFormat format, int shardSize, boolean showTermDocCountError, long otherDocCount, java.util.List<StringTerms.Bucket> buckets, long docCountError)
public StringTerms(StreamInput in) throws java.io.IOException
java.io.IOException
public java.lang.String getWriteableName()
NamedWriteable
public StringTerms create(java.util.List<StringTerms.Bucket> buckets)
InternalMultiBucketAggregation
Aggregation
with the same settings as
this Aggregation
and contains the provided buckets.create
in class InternalMultiBucketAggregation<StringTerms,StringTerms.Bucket>
buckets
- the buckets to use in the new Aggregation
Aggregation
public StringTerms.Bucket createBucket(InternalAggregations aggregations, StringTerms.Bucket prototype)
InternalMultiBucketAggregation
InternalMultiBucketAggregation.InternalBucket
using the provided prototype bucket
and aggregations.createBucket
in class InternalMultiBucketAggregation<StringTerms,StringTerms.Bucket>
aggregations
- the aggregations for the new bucketprototype
- the bucket to use as a prototypeprotected StringTerms create(java.lang.String name, java.util.List<StringTerms.Bucket> buckets, long docCountError, long otherDocCount)
create
in class InternalTerms<StringTerms,StringTerms.Bucket>
protected StringTerms.Bucket[] createBucketsArray(int size)
InternalTerms
createBucketsArray
in class InternalTerms<StringTerms,StringTerms.Bucket>