Uses of Enum
org.apache.tika.pipes.emitter.opensearch.OpenSearchEmitter.AttachmentStrategy
Packages that use OpenSearchEmitter.AttachmentStrategy
-
Uses of OpenSearchEmitter.AttachmentStrategy in org.apache.tika.pipes.emitter.opensearch
Methods in org.apache.tika.pipes.emitter.opensearch that return OpenSearchEmitter.AttachmentStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static OpenSearchEmitter.AttachmentStrategy[]
OpenSearchEmitter.AttachmentStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.pipes.emitter.opensearch with parameters of type OpenSearchEmitter.AttachmentStrategyModifier and TypeMethodDescriptionprotected static String
OpenSearchClient.metadataToJsonContainerInsert
(Metadata metadata, OpenSearchEmitter.AttachmentStrategy attachmentStrategy) protected static String
OpenSearchClient.metadataToJsonEmbeddedInsert
(Metadata metadata, OpenSearchEmitter.AttachmentStrategy attachmentStrategy, String emitKey, String embeddedFileFieldName) Constructors in org.apache.tika.pipes.emitter.opensearch with parameters of type OpenSearchEmitter.AttachmentStrategyModifierConstructorDescriptionprotected
OpenSearchClient
(String openSearchUrl, org.apache.http.client.HttpClient httpClient, OpenSearchEmitter.AttachmentStrategy attachmentStrategy, OpenSearchEmitter.UpdateStrategy updateStrategy, String embeddedFileFieldName)