Class ParsedGeoTileGridBucket
java.lang.Object
org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoGridBucket
org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoTileGridBucket
- All Implemented Interfaces:
ToXContent,GeoGrid.Bucket,MultiBucketsAggregation.Bucket,HasAggregations
public class ParsedGeoTileGridBucket extends ParsedGeoGridBucket
-
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 class org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoGridBucket
hashAsString -
Constructor Summary
Constructors Constructor Description ParsedGeoTileGridBucket() -
Method Summary
Modifier and Type Method Description GeoPointgetKey()java.lang.StringgetKeyAsString()Methods inherited from class org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoGridBucket
keyToXContentMethods inherited from class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
getAggregations, getDocCount, isKeyed, parseXContent, setAggregations, setDocCount, setKeyAsString, setKeyed, toXContentMethods 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
getAggregations, getDocCountMethods inherited from interface org.elasticsearch.common.xcontent.ToXContent
isFragment, toXContent
-
Constructor Details
-
ParsedGeoTileGridBucket
public ParsedGeoTileGridBucket()
-
-
Method Details
-
getKey
- Returns:
- The key associated with the bucket
-
getKeyAsString
public java.lang.String getKeyAsString()- Specified by:
getKeyAsStringin interfaceMultiBucketsAggregation.Bucket- Overrides:
getKeyAsStringin classParsedMultiBucketAggregation.ParsedBucket- Returns:
- The key associated with the bucket as a string
-