Class ParsedGeoTileGridBucket
java.lang.Object
org.opensearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
org.opensearch.geo.search.aggregations.bucket.geogrid.ParsedGeoGridBucket
org.opensearch.geo.search.aggregations.bucket.geogrid.ParsedGeoTileGridBucket
- All Implemented Interfaces:
ToXContent,GeoGrid.Bucket,MultiBucketsAggregation.Bucket,HasAggregations
A single geotile grid bucket result parsed between nodes
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from class org.opensearch.geo.search.aggregations.bucket.geogrid.ParsedGeoGridBucket
hashAsStringFields inherited from interface org.opensearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensearch.geo.search.aggregations.bucket.geogrid.ParsedGeoGridBucket
keyToXContentMethods inherited from class org.opensearch.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.opensearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
getAggregations, getDocCountMethods inherited from interface org.opensearch.common.xcontent.ToXContent
isFragment, toXContent
-
Constructor Details
-
ParsedGeoTileGridBucket
public ParsedGeoTileGridBucket()
-
-
Method Details
-
getKey
-
getKeyAsString
- Specified by:
getKeyAsStringin interfaceMultiBucketsAggregation.Bucket- Overrides:
getKeyAsStringin classParsedMultiBucketAggregation.ParsedBucket
-