Class ParsedGeoHashGrid.ParsedBucket
- java.lang.Object
-
- org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
-
- org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid.ParsedBucket
-
- All Implemented Interfaces:
ToXContent
,GeoHashGrid.Bucket
,MultiBucketsAggregation.Bucket
,HasAggregations
- Enclosing class:
- ParsedGeoHashGrid
public static class ParsedGeoHashGrid.ParsedBucket extends ParsedMultiBucketAggregation.ParsedBucket implements GeoHashGrid.Bucket
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description ParsedBucket()
-
Method Summary
Modifier and Type Method Description GeoPoint
getKey()
java.lang.String
getKeyAsString()
protected XContentBuilder
keyToXContent(XContentBuilder builder)
-
Methods inherited from class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
getAggregations, getDocCount, 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
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
isFragment, toXContent
-
-
-
-
Method Detail
-
getKey
public GeoPoint getKey()
- Specified by:
getKey
in interfaceMultiBucketsAggregation.Bucket
- Returns:
- The key associated with the bucket
-
getKeyAsString
public java.lang.String getKeyAsString()
- Specified by:
getKeyAsString
in interfaceMultiBucketsAggregation.Bucket
- Overrides:
getKeyAsString
in classParsedMultiBucketAggregation.ParsedBucket
- Returns:
- The key associated with the bucket as a string
-
keyToXContent
protected XContentBuilder keyToXContent(XContentBuilder builder) throws java.io.IOException
- Overrides:
keyToXContent
in classParsedMultiBucketAggregation.ParsedBucket
- Throws:
java.io.IOException
-
-