Module org.elasticsearch.server
Class GeoDistanceAggregationBuilder.Range
java.lang.Object
org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder.Range
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
- Enclosing class:
GeoDistanceAggregationBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested 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.range.RangeAggregator.Range
from, FROM_FIELD, fromAsStr, key, KEY_FIELD, originalFrom, originalTo, PARSER, to, TO_FIELD, toAsStrFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
equals, getFrom, getFromAsString, getKey, getTo, getToAsString, hashCode, matches, toString, toXContentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
Range
-
Range
Read from a stream.- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classRangeAggregator.Range- Throws:
IOException
-