Class ParsedDateRange.ParsedBucket
java.lang.Object
org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
org.elasticsearch.search.aggregations.bucket.range.ParsedDateRange.ParsedBucket
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent
,MultiBucketsAggregation.Bucket
,Range.Bucket
,HasAggregations
- Enclosing class:
- ParsedDateRange
-
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
getFromAsString, getKey, getKeyAsString, 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()
-
-
Method Details
-
getFrom
- Specified by:
getFrom
in interfaceRange.Bucket
- Overrides:
getFrom
in classParsedRange.ParsedBucket
- Returns:
- The lower bound of the range
-
getTo
- Specified by:
getTo
in interfaceRange.Bucket
- Overrides:
getTo
in classParsedRange.ParsedBucket
- Returns:
- The upper bound of the range (excluding)
-