Class StringRareTerms
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<StringRareTerms,StringRareTerms.Bucket>
org.elasticsearch.search.aggregations.bucket.terms.StringRareTerms
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment,Aggregation,MultiBucketsAggregation,RareTerms
public class StringRareTerms extends InternalMappedRareTerms<StringRareTerms,StringRareTerms.Bucket>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStringRareTerms.BucketNested classes/interfaces inherited from class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
InternalMultiBucketAggregation.InternalBucketNested classes/interfaces inherited from class org.elasticsearch.search.aggregations.InternalAggregation
InternalAggregation.ReduceContextNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.Aggregation
Aggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested 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.StringNAMEFields 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_DELIMITER -
Constructor Summary
Constructors Constructor Description StringRareTerms(StreamInput in)Read from a stream. -
Method Summary
Modifier and Type Method Description voidaddToFilter(SetBackedScalingCuckooFilter filter, StringRareTerms.Bucket bucket)booleancontainsTerm(SetBackedScalingCuckooFilter filter, StringRareTerms.Bucket bucket)StringRareTermscreate(java.util.List<StringRareTerms.Bucket> buckets)Create a new copy of thisAggregationwith the same settings as thisAggregationand contains the provided buckets.StringRareTerms.BucketcreateBucket(InternalAggregations aggregations, StringRareTerms.Bucket prototype)Create a newInternalMultiBucketAggregation.InternalBucketusing the provided prototype bucket and aggregations.protected StringRareTerms.Bucket[]createBucketsArray(int size)Create an array to hold some buckets.protected StringRareTermscreateWithFilter(java.lang.String name, java.util.List<StringRareTerms.Bucket> buckets, SetBackedScalingCuckooFilter filterFilter)java.lang.StringgetWriteableName()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
countInnerBucket, countInnerBucket, getProperty, reducePipelinesMethods inherited from class org.elasticsearch.search.aggregations.InternalAggregation
getMetaData, getName, getProperty, getType, isMapped, pipelineAggregators, readSize, 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, getType
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
StringRareTerms
Read from a stream.- Throws:
java.io.IOException
-
-
Method Details
-
getWriteableName
public java.lang.String 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<StringRareTerms,StringRareTerms.Bucket>- Parameters:
buckets- the buckets to use in the newAggregation- Returns:
- the new
Aggregation
-
createBucket
public StringRareTerms.Bucket createBucket(InternalAggregations aggregations, StringRareTerms.Bucket prototype)Description copied from class:InternalMultiBucketAggregationCreate a newInternalMultiBucketAggregation.InternalBucketusing the provided prototype bucket and aggregations.- Specified by:
createBucketin classInternalMultiBucketAggregation<StringRareTerms,StringRareTerms.Bucket>- Parameters:
aggregations- the aggregations for the new bucketprototype- the bucket to use as a prototype- Returns:
- the new bucket
-
createWithFilter
protected StringRareTerms createWithFilter(java.lang.String name, java.util.List<StringRareTerms.Bucket> buckets, SetBackedScalingCuckooFilter filterFilter)- Specified by:
createWithFilterin classInternalRareTerms<StringRareTerms,StringRareTerms.Bucket>
-
createBucketsArray
Description copied from class:InternalRareTermsCreate an array to hold some buckets. Used in collecting the results.- Specified by:
createBucketsArrayin classInternalRareTerms<StringRareTerms,StringRareTerms.Bucket>
-
containsTerm
- Specified by:
containsTermin classInternalMappedRareTerms<StringRareTerms,StringRareTerms.Bucket>
-
addToFilter
- Specified by:
addToFilterin classInternalMappedRareTerms<StringRareTerms,StringRareTerms.Bucket>
-