Uses of Enum Class
org.apache.tika.pipes.emitter.es.ESEmitterConfig.AttachmentStrategy
Packages that use ESEmitterConfig.AttachmentStrategy
-
Uses of ESEmitterConfig.AttachmentStrategy in org.apache.tika.pipes.emitter.es
Methods in org.apache.tika.pipes.emitter.es that return ESEmitterConfig.AttachmentStrategyModifier and TypeMethodDescriptionESEmitterConfig.attachmentStrategy()Returns the value of theattachmentStrategyrecord component.Returns the enum constant of this class with the specified name.static ESEmitterConfig.AttachmentStrategy[]ESEmitterConfig.AttachmentStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.tika.pipes.emitter.es with parameters of type ESEmitterConfig.AttachmentStrategyModifierConstructorDescriptionESEmitterConfig(String esUrl, String idField, ESEmitterConfig.AttachmentStrategy attachmentStrategy, ESEmitterConfig.UpdateStrategy updateStrategy, int commitWithin, String embeddedFileFieldName, String apiKey, HttpClientConfig httpClientConfig) Creates an instance of aESEmitterConfigrecord class.