Class HtmlStripProcessor
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.HtmlStripProcessor
- All Implemented Interfaces:
ProcessorVariant
,JsonpSerializable
@JsonpDeserializable
public class HtmlStripProcessor
extends ProcessorBase
implements ProcessorVariant
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase
ProcessorBase.AbstractBuilder<BuilderT extends ProcessorBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<HtmlStripProcessor>
Json deserializer forHtmlStripProcessor
-
Method Summary
Modifier and TypeMethodDescriptionProcessor variant kind.final String
field()
Required - The string-valued field to remove HTML tags from.final Boolean
Iftrue
andfield
does not exist or isnull
, the processor quietly exits without modifying the document,static HtmlStripProcessor
protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
final String
The field to assign the converted value to By default, thefield
is updated in-place.Methods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase
description, if_, ignoreFailure, onFailure, serialize, setupProcessorBaseDeserializer, tag, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface co.elastic.clients.elasticsearch.ingest.ProcessorVariant
_toProcessor
-
Field Details
-
_DESERIALIZER
Json deserializer forHtmlStripProcessor
-
-
Method Details
-
of
public static HtmlStripProcessor of(Function<HtmlStripProcessor.Builder, ObjectBuilder<HtmlStripProcessor>> fn) -
_processorKind
Processor variant kind.- Specified by:
_processorKind
in interfaceProcessorVariant
-
field
Required - The string-valued field to remove HTML tags from.API name:
field
-
ignoreMissing
Iftrue
andfield
does 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, thefield
is updated in-place.API name:
target_field
-
serializeInternal
- Overrides:
serializeInternal
in classProcessorBase
-
setupHtmlStripProcessorDeserializer
protected static void setupHtmlStripProcessorDeserializer(ObjectDeserializer<HtmlStripProcessor.Builder> op)
-