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
-
Method Summary
Modifier and TypeMethodDescriptionlong
protected boolean
isKeyed()
protected org.elasticsearch.common.xcontent.XContentBuilder
keyToXContent(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 void
setAggregations(Aggregations aggregations)
protected void
setDocCount(long docCount)
protected void
setKeyAsString(String keyAsString)
void
setKeyed(boolean keyed)
org.elasticsearch.common.xcontent.XContentBuilder
toXContent(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, wait
Methods inherited from interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
getKey
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
isFragment
-
Constructor Details
-
ParsedBucket
public ParsedBucket()
-
-
Method Details
-
setKeyAsString
-
getKeyAsString
- Specified by:
getKeyAsString
in interfaceMultiBucketsAggregation.Bucket
- Returns:
- The key associated with the bucket as a string
-
setDocCount
protected void setDocCount(long docCount) -
getDocCount
public long getDocCount()- Specified by:
getDocCount
in 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:
getAggregations
in interfaceHasAggregations
- Specified by:
getAggregations
in 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:
toXContent
in 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
-