NamedWriteable, Writeable, ToXContent, ToXContentFragment, Aggregation, MultiBucketsAggregation, Termspublic class LongTerms extends InternalMappedTerms<LongTerms,LongTerms.Bucket>
TermsAggregator when the field is some kind of whole number like a integer, long, or a date.| Modifier and Type | Class | Description |
|---|---|---|
static class |
LongTerms.Bucket |
Aggregation.CommonFieldsInternalAggregation.ReduceContextInternalMultiBucketAggregation.InternalBucketToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
NAME |
TYPED_KEYS_DELIMITERmetaData, namebucketMap, buckets, docCountError, format, otherDocCount, shardSize, showTermDocCountErrorDOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME, minDocCount, order, requiredSize, SUM_OF_OTHER_DOC_COUNTSEMPTY_PARAMS| Constructor | Description |
|---|---|
LongTerms(java.lang.String name,
BucketOrder 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<LongTerms.Bucket> buckets,
long docCountError) |
|
LongTerms(StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected LongTerms |
create(java.lang.String name,
java.util.List<LongTerms.Bucket> buckets,
long docCountError,
long otherDocCount) |
|
LongTerms |
create(java.util.List<LongTerms.Bucket> buckets) |
Create a new copy of this
Aggregation with the same settings as
this Aggregation and contains the provided buckets. |
LongTerms.Bucket |
createBucket(InternalAggregations aggregations,
LongTerms.Bucket prototype) |
Create a new
InternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations. |
protected LongTerms.Bucket[] |
createBucketsArray(int size) |
Create an array to hold some buckets.
|
InternalAggregation |
doReduce(java.util.List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
|
java.lang.String |
getWriteableName() |
Returns the name of the writeable object
|
getMetaData, getName, getTypeequals, getMetaData, getName, getProperty, getType, hashCode, pipelineAggregators, readSize, reduce, toString, toXContent, writeSize, writeTodoEquals, doHashCode, doXContentBody, getBucketByKey, getBuckets, getDocCountError, getShardSize, getSumOfOtherDocCounts, setDocCountError, writeTermTypeInfoTocountInnerBucket, countInnerBucket, getPropertydoWriteTo, doXContentCommonclone, finalize, getClass, notify, notifyAll, wait, wait, waittoXContentisFragmentpublic static final java.lang.String NAME
public LongTerms(java.lang.String name,
BucketOrder 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<LongTerms.Bucket> buckets,
long docCountError)
public LongTerms(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getWriteableName()
NamedWriteablepublic LongTerms create(java.util.List<LongTerms.Bucket> buckets)
InternalMultiBucketAggregationAggregation with the same settings as
this Aggregation and contains the provided buckets.create in class InternalMultiBucketAggregation<LongTerms,LongTerms.Bucket>buckets - the buckets to use in the new AggregationAggregationpublic LongTerms.Bucket createBucket(InternalAggregations aggregations, LongTerms.Bucket prototype)
InternalMultiBucketAggregationInternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations.createBucket in class InternalMultiBucketAggregation<LongTerms,LongTerms.Bucket>aggregations - the aggregations for the new bucketprototype - the bucket to use as a prototypeprotected LongTerms create(java.lang.String name, java.util.List<LongTerms.Bucket> buckets, long docCountError, long otherDocCount)
create in class InternalTerms<LongTerms,LongTerms.Bucket>protected LongTerms.Bucket[] createBucketsArray(int size)
InternalTermscreateBucketsArray in class InternalTerms<LongTerms,LongTerms.Bucket>public InternalAggregation doReduce(java.util.List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
doReduce in class InternalTerms<LongTerms,LongTerms.Bucket>