Class GeoTileGridValuesSourceBuilder
java.lang.Object
org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>
org.elasticsearch.search.aggregations.bucket.composite.GeoTileGridValuesSourceBuilder
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
public class GeoTileGridValuesSourceBuilder extends CompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeoTileGridValuesSourceBuilder.GeoTileCompositeSuppierNested 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.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.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors Constructor Description GeoTileGridValuesSourceBuilder(java.lang.String name) -
Method Summary
Modifier and Type Method Description protected voiddoXContentBody(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)booleanequals(java.lang.Object obj)GeoTileGridValuesSourceBuilderformat(java.lang.String format)Sets the format to use for the output of the aggregation.GeoTileGridValuesSourceBuildergeoBoundingBox(GeoBoundingBox geoBoundingBox)protected ValuesSourceTypegetDefaultValuesSourceType()inthashCode()protected CompositeValuesSourceConfiginnerBuild(ValuesSourceRegistry registry, ValuesSourceConfig config)Actually build the values source and its associated configuration.protected voidinnerWriteTo(StreamOutput out)GeoTileGridValuesSourceBuilderprecision(int precision)Methods inherited from class org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
build, field, field, format, missingBucket, missingBucket, name, order, order, order, script, script, 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.common.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
GeoTileGridValuesSourceBuilder
public GeoTileGridValuesSourceBuilder(java.lang.String name)
-
-
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:
java.io.IOException
-
doXContentBody
protected void doXContentBody(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
doXContentBodyin classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>- Throws:
java.io.IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>
-
getDefaultValuesSourceType
- Specified by:
getDefaultValuesSourceTypein classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>
-
innerBuild
protected CompositeValuesSourceConfig innerBuild(ValuesSourceRegistry registry, ValuesSourceConfig config) throws java.io.IOExceptionDescription copied from class:CompositeValuesSourceBuilderActually build the values source and its associated configuration.- Specified by:
innerBuildin classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>- Throws:
java.io.IOException
-