Module org.elasticsearch.server
Class GeoTileGridValuesSourceBuilder
java.lang.Object
org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>
org.elasticsearch.search.aggregations.bucket.composite.GeoTileGridValuesSourceBuilder
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentFragment
public class GeoTileGridValuesSourceBuilder
extends CompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceNested 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.composite.CompositeValuesSourceBuilder
nameFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoXContentBody(XContentBuilder builder, ToXContent.Params params) booleanSets the format to use for the output of the aggregation.geoBoundingBox(GeoBoundingBox geoBoundingBox) protected ValuesSourceTypeinthashCode()protected CompositeValuesSourceConfiginnerBuild(ValuesSourceRegistry registry, ValuesSourceConfig config) Actually build the values source and its associated configuration.protected voidinnerWriteTo(StreamOutput out) precision(int precision) Methods inherited from class org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
build, field, field, format, missingBucket, missingBucket, missingOrder, missingOrder, missingOrder, name, order, order, order, script, script, supportsParallelCollection, timeZone, toXContent, userValuetypeHint, userValuetypeHint, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
GeoTileGridValuesSourceBuilder
-
-
Method Details
-
precision
-
geoBoundingBox
-
format
Description copied from class:CompositeValuesSourceBuilderSets the format to use for the output of the aggregation.- Overrides:
formatin classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>
-
innerWriteTo
- Specified by:
innerWriteToin classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>- Throws:
IOException
-
doXContentBody
- Specified by:
doXContentBodyin classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>- Throws:
IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>
-
equals
- Overrides:
equalsin classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>
-
getDefaultValuesSourceType
- Specified by:
getDefaultValuesSourceTypein classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>
-
innerBuild
protected CompositeValuesSourceConfig innerBuild(ValuesSourceRegistry registry, ValuesSourceConfig config) throws IOException Description copied from class:CompositeValuesSourceBuilderActually build the values source and its associated configuration.- Specified by:
innerBuildin classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>- Throws:
IOException
-