Class LowercaseProcessor.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.ingest.ProcessorBase.AbstractBuilder<LowercaseProcessor.Builder>
co.elastic.clients.elasticsearch.ingest.LowercaseProcessor.Builder
- All Implemented Interfaces:
WithJson<LowercaseProcessor.Builder>,ObjectBuilder<LowercaseProcessor>
- Enclosing class:
- LowercaseProcessor
public static class LowercaseProcessor.Builder
extends ProcessorBase.AbstractBuilder<LowercaseProcessor.Builder>
implements ObjectBuilder<LowercaseProcessor>
Builder for
LowercaseProcessor.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aLowercaseProcessor.Required - The field to make lowercase.ignoreMissing(Boolean value) Iftrueandfielddoes not exist or isnull, the processor quietly exits without modifying the document.protected LowercaseProcessor.Builderself()targetField(String value) The field to assign the converted value to.Methods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase.AbstractBuilder
description, if_, if_, ignoreFailure, onFailure, onFailure, onFailure, onFailure, tagMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
field
Required - The field to make lowercase.API name:
field -
ignoreMissing
Iftrueandfielddoes not exist or isnull, the processor quietly exits without modifying the document.API name:
ignore_missing -
targetField
The field to assign the converted value to. By default, the field is updated in-place.API name:
target_field -
self
- Specified by:
selfin classProcessorBase.AbstractBuilder<LowercaseProcessor.Builder>
-
build
Builds aLowercaseProcessor.- Specified by:
buildin interfaceObjectBuilder<LowercaseProcessor>- Throws:
NullPointerException- if some of the required fields are null.
-