Module org.elasticsearch.server
Class InternalGeoTileGridBucket
java.lang.Object
org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoGridBucket
org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoTileGridBucket
- All Implemented Interfaces:
 Comparable<InternalGeoGridBucket>,Writeable,GeoGrid.Bucket,MultiBucketsAggregation.Bucket,HasAggregations,ToXContent
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> - 
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoGridBucket
aggregations, docCount, hashAsLongFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoGridBucket
compareTo, equals, getAggregations, getDocCount, hashAsLong, hashCode, toXContent, writeToMethods inherited from class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
getPropertyMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContent
isFragment 
- 
Constructor Details
- 
InternalGeoTileGridBucket
Read from a stream.- Throws:
 IOException
 
 - 
 - 
Method Details
- 
getKeyAsString
- Returns:
 - The key associated with the bucket as a string
 
 - 
getKey
- Returns:
 - The key associated with the bucket
 
 
 -