Class ParsedMultiBucketAggregation.ParsedBucket
java.lang.Object
org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,MultiBucketsAggregation.Bucket,HasAggregations
- Direct Known Subclasses:
ParsedAdjacencyMatrix.ParsedBucket,ParsedAutoDateHistogram.ParsedBucket,ParsedBinaryRange.ParsedBucket,ParsedComposite.ParsedBucket,ParsedDateHistogram.ParsedBucket,ParsedFilters.ParsedBucket,ParsedGeoGridBucket,ParsedRange.ParsedBucket,ParsedRareTerms.ParsedBucket,ParsedSignificantTerms.ParsedBucket,ParsedTerms.ParsedBucket,ParsedVariableWidthHistogram.ParsedBucket
- Enclosing class:
- ParsedMultiBucketAggregation<B extends MultiBucketsAggregation.Bucket>
public abstract static class ParsedMultiBucketAggregation.ParsedBucket
extends Object
implements MultiBucketsAggregation.Bucket
-
Nested Class Summary
Nested 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.Params -
Field Summary
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongprotected booleanisKeyed()protected org.elasticsearch.common.xcontent.XContentBuilderkeyToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder)protected static <B extends ParsedMultiBucketAggregation.ParsedBucket>
BparseXContent(org.elasticsearch.common.xcontent.XContentParser parser, boolean keyed, Supplier<B> bucketSupplier, CheckedBiConsumer<org.elasticsearch.common.xcontent.XContentParser,B,IOException> keyConsumer)protected voidsetAggregations(Aggregations aggregations)protected voidsetDocCount(long docCount)protected voidsetKeyAsString(String keyAsString)voidsetKeyed(boolean keyed)org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
getKeyMethods inherited from interface org.elasticsearch.common.xcontent.ToXContent
isFragment
-
Constructor Details
-
ParsedBucket
public ParsedBucket()
-
-
Method Details
-
setKeyAsString
-
getKeyAsString
- Specified by:
getKeyAsStringin interfaceMultiBucketsAggregation.Bucket- Returns:
- The key associated with the bucket as a string
-
setDocCount
protected void setDocCount(long docCount) -
getDocCount
public long getDocCount()- Specified by:
getDocCountin interfaceMultiBucketsAggregation.Bucket- Returns:
- The number of documents that fall within this bucket
-
setKeyed
public void setKeyed(boolean keyed) -
isKeyed
protected boolean isKeyed() -
setAggregations
-
getAggregations
- Specified by:
getAggregationsin interfaceHasAggregations- Specified by:
getAggregationsin interfaceMultiBucketsAggregation.Bucket- Returns:
- The sub-aggregations of this bucket
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-
keyToXContent
protected org.elasticsearch.common.xcontent.XContentBuilder keyToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder) throws IOException- Throws:
IOException
-
parseXContent
protected static <B extends ParsedMultiBucketAggregation.ParsedBucket> B parseXContent(org.elasticsearch.common.xcontent.XContentParser parser, boolean keyed, Supplier<B> bucketSupplier, CheckedBiConsumer<org.elasticsearch.common.xcontent.XContentParser,B,IOException> keyConsumer) throws IOException- Throws:
IOException
-