Uses of Enum Class
org.apache.tika.pipes.emitter.es.ESEmitterConfig.UpdateStrategy
Packages that use ESEmitterConfig.UpdateStrategy
-
Uses of ESEmitterConfig.UpdateStrategy in org.apache.tika.pipes.emitter.es
Methods in org.apache.tika.pipes.emitter.es that return ESEmitterConfig.UpdateStrategyModifier and TypeMethodDescriptionESEmitterConfig.updateStrategy()Returns the value of theupdateStrategyrecord component.Returns the enum constant of this class with the specified name.static ESEmitterConfig.UpdateStrategy[]ESEmitterConfig.UpdateStrategy.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.UpdateStrategyModifierConstructorDescriptionESEmitterConfig(String esUrl, String idField, ESEmitterConfig.AttachmentStrategy attachmentStrategy, ESEmitterConfig.UpdateStrategy updateStrategy, int commitWithin, String embeddedFileFieldName, String apiKey, HttpClientConfig httpClientConfig) Creates an instance of aESEmitterConfigrecord class.