Class ForeachProcessor
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.ForeachProcessor
- All Implemented Interfaces:
- ProcessorVariant,- JsonpSerializable
@JsonpDeserializable
public class ForeachProcessor
extends ProcessorBase
implements ProcessorVariant
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBaseProcessorBase.AbstractBuilder<BuilderT extends ProcessorBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ForeachProcessor>Json deserializer forForeachProcessor
- 
Method SummaryModifier and TypeMethodDescriptionProcessor variant kind.final Stringfield()Required - Field containing array or object values.final BooleanIftrue, the processor silently exits without changing the document if thefieldisnullor missing.static ForeachProcessorfinal ProcessorRequired - Ingest processor to run on each element.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBasedescription, if_, ignoreFailure, onFailure, serialize, setupProcessorBaseDeserializer, tag, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.ingest.ProcessorVariant_toProcessor
- 
Field Details- 
_DESERIALIZERJson deserializer forForeachProcessor
 
- 
- 
Method Details- 
ofpublic static ForeachProcessor of(Function<ForeachProcessor.Builder, ObjectBuilder<ForeachProcessor>> fn) 
- 
_processorKindProcessor variant kind.- Specified by:
- _processorKindin interface- ProcessorVariant
 
- 
fieldRequired - Field containing array or object values.API name: field
- 
ignoreMissingIftrue, the processor silently exits without changing the document if thefieldisnullor missing.API name: ignore_missing
- 
processorRequired - Ingest processor to run on each element.API name: processor
- 
serializeInternal- Overrides:
- serializeInternalin class- ProcessorBase
 
- 
setupForeachProcessorDeserializerprotected static void setupForeachProcessorDeserializer(ObjectDeserializer<ForeachProcessor.Builder> op) 
 
-