Class ParsedSignificantTerms
java.lang.Object
org.elasticsearch.search.aggregations.ParsedAggregation
org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation<ParsedSignificantTerms.ParsedBucket>
org.elasticsearch.search.aggregations.bucket.terms.ParsedSignificantTerms
- All Implemented Interfaces:
Iterable<SignificantTerms.Bucket>
,Aggregation
,MultiBucketsAggregation
,SignificantTerms
,ToXContent
,ToXContentFragment
- Direct Known Subclasses:
ParsedSignificantLongTerms
,ParsedSignificantStringTerms
public abstract class ParsedSignificantTerms
extends ParsedMultiBucketAggregation<ParsedSignificantTerms.ParsedBucket>
implements SignificantTerms
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.Aggregation
Aggregation.CommonFields
Nested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation
MultiBucketsAggregation.Bucket
Nested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.bucket.terms.SignificantTerms
SignificantTerms.Bucket
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation
buckets, keyed
Fields inherited from class org.elasticsearch.search.aggregations.ParsedAggregation
metadata
Fields inherited from interface org.elasticsearch.search.aggregations.Aggregation
TYPED_KEYS_DELIMITER
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected XContentBuilder
doXContentBody
(XContentBuilder builder, ToXContent.Params params) getBucketByKey
(String term) Get the bucket for the given term, or null if there is no such bucket.List<? extends SignificantTerms.Bucket>
protected long
protected long
iterator()
Methods inherited from class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation
declareMultiBucketAggregationFields
Methods inherited from class org.elasticsearch.search.aggregations.ParsedAggregation
declareAggregationFields, getMetadata, getName, parseDouble, setName, toXContent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.search.aggregations.Aggregation
getMetadata, getName, getType
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface org.elasticsearch.xcontent.ToXContent
toXContent
Methods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Field Details
-
subsetSize
protected long subsetSize -
supersetSize
protected long supersetSize
-
-
Constructor Details
-
ParsedSignificantTerms
public ParsedSignificantTerms()
-
-
Method Details
-
getSubsetSize
protected long getSubsetSize() -
getSupersetSize
protected long getSupersetSize() -
getBuckets
- Specified by:
getBuckets
in interfaceMultiBucketsAggregation
- Specified by:
getBuckets
in interfaceSignificantTerms
- Returns:
- The buckets of this aggregation.
-
getBucketByKey
Description copied from interface:SignificantTerms
Get the bucket for the given term, or null if there is no such bucket.- Specified by:
getBucketByKey
in interfaceSignificantTerms
-
iterator
- Specified by:
iterator
in interfaceIterable<SignificantTerms.Bucket>
-
doXContentBody
protected XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException - Overrides:
doXContentBody
in classParsedMultiBucketAggregation<ParsedSignificantTerms.ParsedBucket>
- Throws:
IOException
-