public class DoubleTerms extends InternalMappedTerms<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>
TermsAggregator when the field is some kind of decimal number like a float, double, or distance.InternalMultiBucketAggregation.InternalBucketInternalAggregation.ReduceContextTerms.OrderAggregation.CommonFieldsToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
bucketMap, buckets, docCountError, format, otherDocCount, shardSize, showTermDocCountErrorDOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME, minDocCount, order, requiredSize, SUM_OF_OTHER_DOC_COUNTSmetaData, nameTYPED_KEYS_DELIMITEREMPTY_PARAMS| Constructor and Description |
|---|
DoubleTerms(StreamInput in)
Read from a stream.
|
DoubleTerms(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<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets,
long docCountError) |
| Modifier and Type | Method and Description |
|---|---|
DoubleTerms |
create(java.util.List<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets)
Create a new copy of this
Aggregation with the same settings as
this Aggregation and contains the provided buckets. |
protected DoubleTerms |
create(java.lang.String name,
java.util.List<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets,
long docCountError,
long otherDocCount) |
org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket |
createBucket(InternalAggregations aggregations,
org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket prototype)
Create a new
InternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations. |
protected org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.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, writeTermTypeInfoTodoReduce, doWriteTo, doXContentCommongetPropertygetMetaData, getName, getProperty, getType, pipelineAggregators, readSize, reduce, toXContent, writeSize, writeToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetaData, getName, getTypeisFragment, toXContentpublic static final java.lang.String NAME
public DoubleTerms(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<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets,
long docCountError)
public DoubleTerms(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getWriteableName()
NamedWriteablepublic DoubleTerms create(java.util.List<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets)
InternalMultiBucketAggregationAggregation with the same settings as
this Aggregation and contains the provided buckets.create in class InternalMultiBucketAggregation<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>buckets - the buckets to use in the new AggregationAggregationpublic org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket createBucket(InternalAggregations aggregations, org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket prototype)
InternalMultiBucketAggregationInternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations.createBucket in class InternalMultiBucketAggregation<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>aggregations - the aggregations for the new bucketprototype - the bucket to use as a prototypeprotected DoubleTerms create(java.lang.String name, java.util.List<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets, long docCountError, long otherDocCount)
create in class InternalTerms<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>protected org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket[] createBucketsArray(int size)
InternalTermscreateBucketsArray in class InternalTerms<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>