Class GeoIpProcessor
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.GeoIpProcessor
- All Implemented Interfaces:
ProcessorVariant,JsonpSerializable
- 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<GeoIpProcessor>Json deserializer forGeoIpProcessor -
Method Summary
Modifier and TypeMethodDescriptionProcessor variant kind.final StringAPI name:database_filefinal Stringfield()Required - API name:fieldfinal BooleanAPI name:first_onlyfinal BooleanAPI name:ignore_missingstatic GeoIpProcessorAPI name:propertiesprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal StringAPI name:target_fieldMethods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase
description, if_, ignoreFailure, onFailure, serialize, setupProcessorBaseDeserializer, tag, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.ingest.ProcessorVariant
_toProcessor
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoIpProcessor
-
-
Method Details
-
of
-
_processorKind
Processor variant kind.- Specified by:
_processorKindin interfaceProcessorVariant
-
databaseFile
API name:database_file -
field
Required - API name:field -
firstOnly
API name:first_only -
ignoreMissing
API name:ignore_missing -
properties
API name:properties -
targetField
API name:target_field -
serializeInternal
- Overrides:
serializeInternalin classProcessorBase
-
setupGeoIpProcessorDeserializer
protected static void setupGeoIpProcessorDeserializer(ObjectDeserializer<GeoIpProcessor.Builder> op)
-