Class RegisteredDomainProcessor
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.RegisteredDomainProcessor
- All Implemented Interfaces:
ProcessorVariant
,JsonpSerializable
@JsonpDeserializable
public class RegisteredDomainProcessor
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<RegisteredDomainProcessor>
Json deserializer forRegisteredDomainProcessor
-
Method Summary
Modifier and TypeMethodDescriptionProcessor variant kind.final String
field()
Required - Field containing the source FQDN.final Boolean
If true and any required fields are missing, the processor quietly exits without modifying the document.static RegisteredDomainProcessor
protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupRegisteredDomainProcessorDeserializer
(ObjectDeserializer<RegisteredDomainProcessor.Builder> op) final String
Object field containing extracted domain components.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 forRegisteredDomainProcessor
-
-
Method Details
-
of
public static RegisteredDomainProcessor of(Function<RegisteredDomainProcessor.Builder, ObjectBuilder<RegisteredDomainProcessor>> fn) -
_processorKind
Processor variant kind.- Specified by:
_processorKind
in interfaceProcessorVariant
-
field
Required - Field containing the source FQDN.API name:
field
-
targetField
Object field containing extracted domain components. If an empty string, the processor adds components to the document’s root.API name:
target_field
-
ignoreMissing
If true and any required fields are missing, the processor quietly exits without modifying the document.API name:
ignore_missing
-
serializeInternal
- Overrides:
serializeInternal
in classProcessorBase
-
setupRegisteredDomainProcessorDeserializer
protected static void setupRegisteredDomainProcessorDeserializer(ObjectDeserializer<RegisteredDomainProcessor.Builder> op)
-