Class ParsedGeoDistance.ParsedBucket
java.lang.Object
org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
org.elasticsearch.search.aggregations.bucket.range.ParsedGeoDistance.ParsedBucket
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent
,MultiBucketsAggregation.Bucket
,Range.Bucket
,HasAggregations
- Enclosing class:
- ParsedGeoDistance
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
-
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
from, fromAsString, key, to, toAsString
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
-
Method Summary
Methods inherited from class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
getFrom, getFromAsString, getKey, getKeyAsString, getTo, getToAsString, parseRangeBucketXContent, toXContent
Methods inherited from class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
getAggregations, getDocCount, isKeyed, keyToXContent, parseXContent, setAggregations, setDocCount, setKeyAsString, setKeyed
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
-
Constructor Details
-
ParsedBucket
public ParsedBucket()
-