Class ParsedGeoGridBucket
java.lang.Object
org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoGridBucket
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent
,GeoGrid.Bucket
,MultiBucketsAggregation.Bucket
,HasAggregations
- Direct Known Subclasses:
ParsedGeoHashGridBucket
,ParsedGeoTileGridBucket
public abstract class ParsedGeoGridBucket
extends ParsedMultiBucketAggregation.ParsedBucket
implements GeoGrid.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 TypeMethodDescriptionprotected org.elasticsearch.common.xcontent.XContentBuilder
keyToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder)
Methods inherited from class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
getAggregations, getDocCount, getKeyAsString, isKeyed, parseXContent, setAggregations, setDocCount, setKeyAsString, setKeyed, 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.bucket.MultiBucketsAggregation.Bucket
getAggregations, getDocCount, getKey, getKeyAsString
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
isFragment, toXContent
-
Field Details
-
hashAsString
-
-
Constructor Details
-
ParsedGeoGridBucket
public ParsedGeoGridBucket()
-
-
Method Details
-
keyToXContent
protected org.elasticsearch.common.xcontent.XContentBuilder keyToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder) throws IOException- Overrides:
keyToXContent
in classParsedMultiBucketAggregation.ParsedBucket
- Throws:
IOException
-