Class InternalGeoHashGridBucket
- java.lang.Object
-
- org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
-
- org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoGridBucket<InternalGeoHashGridBucket>
-
- org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGridBucket
-
- All Implemented Interfaces:
Comparable<InternalGeoGridBucket>,Writeable,ToXContent,GeoGrid.Bucket,MultiBucketsAggregation.Bucket,HasAggregations
public class InternalGeoHashGridBucket extends InternalGeoGridBucket<InternalGeoHashGridBucket>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Nested 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, hashAsLong
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description InternalGeoHashGridBucket(StreamInput in)Read from a stream.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoPointgetKey()StringgetKeyAsString()-
Methods inherited from class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoGridBucket
compareTo, equals, getAggregations, getDocCount, hashCode, toXContent, writeTo
-
Methods inherited from class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
getProperty
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
isFragment
-
-
-
-
Constructor Detail
-
InternalGeoHashGridBucket
public InternalGeoHashGridBucket(StreamInput in) throws IOException
Read from a stream.- Throws:
IOException
-
-