Class GeoTileGroupSource.Builder
java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.GeoTileGroupSource.Builder
- Enclosing class:
- GeoTileGroupSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setBoundingBox(org.elasticsearch.common.geo.GeoBoundingBox boundingBox)Set the bounding box for the geo tile groupingThe field with which to construct the geo tile groupingsetMissingBucket(boolean missingBucket)Sets the value of "missing_bucket"setPrecission(Integer precision)The precision with which to construct the geo tile grouping
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setField
The field with which to construct the geo tile grouping- Parameters:
field- The field name- Returns:
- The
GeoTileGroupSource.Builderwith the field set.
-
setMissingBucket
Sets the value of "missing_bucket"- Parameters:
missingBucket- value of "missing_bucket" to be set- Returns:
- The
GeoTileGroupSource.Builderwith "missing_bucket" set.
-
setPrecission
The precision with which to construct the geo tile grouping- Parameters:
precision- The precision- Returns:
- The
GeoTileGroupSource.Builderwith the precision set.
-
setBoundingBox
public GeoTileGroupSource.Builder setBoundingBox(org.elasticsearch.common.geo.GeoBoundingBox boundingBox)Set the bounding box for the geo tile grouping- Parameters:
boundingBox- The bounding box- Returns:
- the
GeoTileGroupSource.Builderwith the bounding box set.
-
build
-