Class CircleProcessor.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.ingest.ProcessorBase.AbstractBuilder<CircleProcessor.Builder>
co.elastic.clients.elasticsearch.ingest.CircleProcessor.Builder
- All Implemented Interfaces:
- WithJson<CircleProcessor.Builder>,- ObjectBuilder<CircleProcessor>
- Enclosing class:
- CircleProcessor
public static class CircleProcessor.Builder
extends ProcessorBase.AbstractBuilder<CircleProcessor.Builder>
implements ObjectBuilder<CircleProcessor>
Builder for 
CircleProcessor.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aCircleProcessor.final CircleProcessor.BuildererrorDistance(double value) Required - The difference between the resulting inscribed distance from center to side and the circle’s radius (measured in meters forgeo_shape, unit-less forshape).final CircleProcessor.BuilderRequired - The field to interpret as a circle.final CircleProcessor.BuilderignoreMissing(Boolean value) Iftrueandfielddoes not exist, the processor quietly exits without modifying the document.protected CircleProcessor.Builderself()final CircleProcessor.BuilderRequired - Which field mapping type is to be used when processing the circle:geo_shapeorshape.final CircleProcessor.BuildertargetField(String value) The field to assign the polygon shape to By default, the field is updated in-place.Methods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase.AbstractBuilderdescription, if_, if_, ignoreFailure, onFailure, onFailure, onFailure, onFailure, tagMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
errorDistanceRequired - The difference between the resulting inscribed distance from center to side and the circle’s radius (measured in meters forgeo_shape, unit-less forshape).API name: error_distance
- 
fieldRequired - The field to interpret as a circle. Either a string in WKT format or a map for GeoJSON.API name: field
- 
ignoreMissingIftrueandfielddoes not exist, the processor quietly exits without modifying the document.API name: ignore_missing
- 
shapeTypeRequired - Which field mapping type is to be used when processing the circle:geo_shapeorshape.API name: shape_type
- 
targetFieldThe field to assign the polygon shape to By default, the field is updated in-place.API name: target_field
- 
self- Specified by:
- selfin class- ProcessorBase.AbstractBuilder<CircleProcessor.Builder>
 
- 
buildBuilds aCircleProcessor.- Specified by:
- buildin interface- ObjectBuilder<CircleProcessor>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-