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 classes/interfaces inherited from interface org.elasticsearch.common.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
name -
Method Summary
Modifier and Type Method Description protected voiddoXContentBody(XContentBuilder builder, 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)inthashCode()protected org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceConfiginnerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<?> config)Creates aCompositeValuesSourceConfigfor this source.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, valueType, valueType, writeTo
-
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(XContentBuilder builder, 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>
-
innerBuild
protected org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceConfig innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<?> config) throws java.io.IOExceptionDescription copied from class:CompositeValuesSourceBuilderCreates aCompositeValuesSourceConfigfor this source.- Specified by:
innerBuildin classCompositeValuesSourceBuilder<GeoTileGridValuesSourceBuilder>- Parameters:
queryShardContext- The shard context for this source.config- TheValuesSourceConfigfor this source.- Throws:
java.io.IOException
-