Class LongRareTerms
- java.lang.Object
-
- org.elasticsearch.search.aggregations.InternalAggregation
-
- org.elasticsearch.search.aggregations.InternalMultiBucketAggregation<A,B>
-
- org.elasticsearch.search.aggregations.bucket.terms.InternalRareTerms<A,B>
-
- org.elasticsearch.search.aggregations.bucket.terms.InternalMappedRareTerms<LongRareTerms,LongRareTerms.Bucket>
-
- org.elasticsearch.search.aggregations.bucket.terms.LongRareTerms
-
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment,Aggregation,MultiBucketsAggregation,RareTerms
public class LongRareTerms extends InternalMappedRareTerms<LongRareTerms,LongRareTerms.Bucket>
Result of the RareTerms aggregation when the field is some kind of whole number like a integer, long, or a date.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLongRareTerms.Bucket-
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.StringNAME-
Fields inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedRareTerms
bucketMap, buckets, format, logger
-
Fields inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalRareTerms
maxDocCount, order
-
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 LongRareTerms(StreamInput in)Read from a stream.
-
Method Summary
Modifier and Type Method Description voidaddToFilter(SetBackedScalingCuckooFilter filter, LongRareTerms.Bucket bucket)booleancontainsTerm(SetBackedScalingCuckooFilter filter, LongRareTerms.Bucket bucket)LongRareTermscreate(java.util.List<LongRareTerms.Bucket> buckets)Create a new copy of thisAggregationwith the same settings as thisAggregationand contains the provided buckets.LongRareTerms.BucketcreateBucket(InternalAggregations aggregations, LongRareTerms.Bucket prototype)Create a newInternalMultiBucketAggregation.InternalBucketusing the provided prototype bucket and aggregations.protected LongRareTerms.Bucket[]createBucketsArray(int size)Create an array to hold some buckets.protected LongRareTermscreateWithFilter(java.lang.String name, java.util.List<LongRareTerms.Bucket> buckets, SetBackedScalingCuckooFilter filter)java.lang.StringgetWriteableName()Returns the name of the writeable object-
Methods inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedRareTerms
doReduce, doXContentBody, equals, getBucketByKey, getBuckets, getMaxDocCount, hashCode, writeTermTypeInfoTo
-
Methods inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalRareTerms
doWriteTo, doXContentCommon
-
Methods inherited from class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
countInnerBucket, countInnerBucket, getProperty
-
Methods inherited from class org.elasticsearch.search.aggregations.InternalAggregation
getMetaData, getName, getProperty, getType, 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
-
LongRareTerms
public LongRareTerms(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:NamedWriteableReturns the name of the writeable object
-
create
public LongRareTerms create(java.util.List<LongRareTerms.Bucket> buckets)
Description copied from class:InternalMultiBucketAggregationCreate a new copy of thisAggregationwith the same settings as thisAggregationand contains the provided buckets.- Specified by:
createin classInternalMultiBucketAggregation<LongRareTerms,LongRareTerms.Bucket>- Parameters:
buckets- the buckets to use in the newAggregation- Returns:
- the new
Aggregation
-
createBucket
public LongRareTerms.Bucket createBucket(InternalAggregations aggregations, LongRareTerms.Bucket prototype)
Description copied from class:InternalMultiBucketAggregationCreate a newInternalMultiBucketAggregation.InternalBucketusing the provided prototype bucket and aggregations.- Specified by:
createBucketin classInternalMultiBucketAggregation<LongRareTerms,LongRareTerms.Bucket>- Parameters:
aggregations- the aggregations for the new bucketprototype- the bucket to use as a prototype- Returns:
- the new bucket
-
createWithFilter
protected LongRareTerms createWithFilter(java.lang.String name, java.util.List<LongRareTerms.Bucket> buckets, SetBackedScalingCuckooFilter filter)
- Specified by:
createWithFilterin classInternalRareTerms<LongRareTerms,LongRareTerms.Bucket>
-
createBucketsArray
protected LongRareTerms.Bucket[] createBucketsArray(int size)
Description copied from class:InternalRareTermsCreate an array to hold some buckets. Used in collecting the results.- Specified by:
createBucketsArrayin classInternalRareTerms<LongRareTerms,LongRareTerms.Bucket>
-
containsTerm
public boolean containsTerm(SetBackedScalingCuckooFilter filter, LongRareTerms.Bucket bucket)
- Specified by:
containsTermin classInternalMappedRareTerms<LongRareTerms,LongRareTerms.Bucket>
-
addToFilter
public void addToFilter(SetBackedScalingCuckooFilter filter, LongRareTerms.Bucket bucket)
- Specified by:
addToFilterin classInternalMappedRareTerms<LongRareTerms,LongRareTerms.Bucket>
-
-