Class DoubleTerms
- java.lang.Object
-
- org.elasticsearch.search.aggregations.InternalAggregation
-
- org.elasticsearch.search.aggregations.InternalMultiBucketAggregation<A,B>
-
- org.elasticsearch.search.aggregations.bucket.terms.InternalTerms<A,B>
-
- org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>
-
- org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- All Implemented Interfaces:
NamedWriteable
,Writeable
,ToXContent
,ToXContentFragment
,Aggregation
,MultiBucketsAggregation
,Terms
public class DoubleTerms extends InternalMappedTerms<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>
Result of theTermsAggregator
when the field is some kind of decimal number like a float, double, or distance.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
InternalMultiBucketAggregation.InternalBucket
-
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.InternalAggregation
InternalAggregation.ReduceContext
-
Nested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.Aggregation
Aggregation.CommonFields
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Fields inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
bucketMap, buckets, docCountError, format, otherDocCount, shardSize, showTermDocCountError
-
Fields inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
DOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME, minDocCount, order, requiredSize, SUM_OF_OTHER_DOC_COUNTS
-
Fields inherited from class org.elasticsearch.search.aggregations.InternalAggregation
metaData, name
-
Fields inherited from interface org.elasticsearch.search.aggregations.Aggregation
TYPED_KEYS_DELIMITER
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description DoubleTerms(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<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets, long docCountError)
DoubleTerms(StreamInput in)
Read from a stream.
-
Method Summary
Modifier and Type Method Description protected DoubleTerms
create(java.lang.String name, java.util.List<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets, long docCountError, long otherDocCount)
DoubleTerms
create(java.util.List<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets)
Create a new copy of thisAggregation
with the same settings as thisAggregation
and contains the provided buckets.org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket
createBucket(InternalAggregations aggregations, org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket prototype)
Create a newInternalMultiBucketAggregation.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.InternalAggregation
doReduce(java.util.List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
java.lang.String
getWriteableName()
Returns the name of the writeable object-
Methods inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
doEquals, doHashCode, doXContentBody, getBucketByKey, getBuckets, getDocCountError, getShardSize, getSumOfOtherDocCounts, setDocCountError, writeTermTypeInfoTo
-
Methods inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
doWriteTo, doXContentCommon
-
Methods inherited from class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
countInnerBucket, countInnerBucket, getProperty
-
Methods inherited from class org.elasticsearch.search.aggregations.InternalAggregation
equals, getMetaData, getName, getProperty, getType, hashCode, isMapped, pipelineAggregators, readSize, reduce, toString, toXContent, writeSize, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.search.aggregations.Aggregation
getMetaData, getName, getType
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContent
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DoubleTerms
public DoubleTerms(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<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets, long docCountError)
-
DoubleTerms
public DoubleTerms(StreamInput in) throws java.io.IOException
Read from a stream.- Throws:
java.io.IOException
-
-
Method Detail
-
getWriteableName
public java.lang.String getWriteableName()
Description copied from interface:NamedWriteable
Returns the name of the writeable object
-
create
public DoubleTerms create(java.util.List<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets)
Description copied from class:InternalMultiBucketAggregation
Create a new copy of thisAggregation
with the same settings as thisAggregation
and contains the provided buckets.- Specified by:
create
in classInternalMultiBucketAggregation<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>
- Parameters:
buckets
- the buckets to use in the newAggregation
- Returns:
- the new
Aggregation
-
createBucket
public org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket createBucket(InternalAggregations aggregations, org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket prototype)
Description copied from class:InternalMultiBucketAggregation
Create a newInternalMultiBucketAggregation.InternalBucket
using the provided prototype bucket and aggregations.- Specified by:
createBucket
in classInternalMultiBucketAggregation<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>
- Parameters:
aggregations
- the aggregations for the new bucketprototype
- the bucket to use as a prototype- Returns:
- the new bucket
-
create
protected DoubleTerms create(java.lang.String name, java.util.List<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets, long docCountError, long otherDocCount)
- Specified by:
create
in classInternalTerms<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>
-
createBucketsArray
protected org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket[] createBucketsArray(int size)
Description copied from class:InternalTerms
Create an array to hold some buckets. Used in collecting the results.- Specified by:
createBucketsArray
in classInternalTerms<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>
-
doReduce
public InternalAggregation doReduce(java.util.List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
- Overrides:
doReduce
in classInternalTerms<DoubleTerms,org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket>
-
-