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,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment,Aggregation,MultiBucketsAggregation,RareTerms
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 ClassesNested classes/interfaces inherited from class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
InternalMultiBucketAggregation.InternalBucketNested classes/interfaces inherited from class org.elasticsearch.search.aggregations.InternalAggregation
InternalAggregation.ReduceContext, InternalAggregation.ReduceContextBuilderNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.Aggregation
Aggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> - 
Field Summary
FieldsFields inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedRareTerms
bucketMap, buckets, format, loggerFields inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalRareTerms
maxDocCount, orderFields inherited from class org.elasticsearch.search.aggregations.InternalAggregation
metadata, nameFields inherited from interface org.elasticsearch.search.aggregations.Aggregation
TYPED_KEYS_DELIMITERFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddToFilter(SetBackedScalingCuckooFilter filter, LongRareTerms.Bucket bucket)booleancontainsTerm(SetBackedScalingCuckooFilter filter, LongRareTerms.Bucket bucket)create(List<LongRareTerms.Bucket> buckets)Create a new copy of thisAggregationwith the same settings as thisAggregationand contains the provided buckets.createBucket(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(String name, List<LongRareTerms.Bucket> buckets, SetBackedScalingCuckooFilter filter)Returns the name of the writeable objectMethods inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedRareTerms
doXContentBody, equals, getBucketByKey, getBuckets, getMaxDocCount, hashCode, reduce, writeTermTypeInfoToMethods inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalRareTerms
doWriteTo, doXContentCommon, reduceBucketMethods inherited from class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
copyWithRewritenBuckets, countInnerBucket, countInnerBucket, forEachBucket, getProperty, mustReduceOnSingleInternalAgg, reducePipelinesMethods inherited from class org.elasticsearch.search.aggregations.InternalAggregation
getMetadata, getName, getProperty, getType, isMapped, mergePipelineTreeForBWCSerialization, pipelineAggregatorsForBwcSerialization, readSize, sortValue, sortValue, toString, toXContent, writeSize, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.search.aggregations.Aggregation
getMetadata, getName, getTypeMethods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment 
- 
Field Details
- 
NAME
- See Also:
 - Constant Field Values
 
 
 - 
 - 
Constructor Details
- 
LongRareTerms
Read from a stream.- Throws:
 IOException
 
 - 
 - 
Method Details
- 
getWriteableName
Description copied from interface:NamedWriteableReturns the name of the writeable object - 
create
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(String name, List<LongRareTerms.Bucket> buckets, SetBackedScalingCuckooFilter filter)- Specified by:
 createWithFilterin classInternalRareTerms<LongRareTerms,LongRareTerms.Bucket>
 - 
createBucketsArray
Description copied from class:InternalRareTermsCreate an array to hold some buckets. Used in collecting the results.- Specified by:
 createBucketsArrayin classInternalRareTerms<LongRareTerms,LongRareTerms.Bucket>
 - 
containsTerm
- Specified by:
 containsTermin classInternalMappedRareTerms<LongRareTerms,LongRareTerms.Bucket>
 - 
addToFilter
- Specified by:
 addToFilterin classInternalMappedRareTerms<LongRareTerms,LongRareTerms.Bucket>
 
 -