Uses of Enum
org.apache.tika.pipes.emitter.opensearch.OpenSearchEmitter.AttachmentStrategy
-
Uses of OpenSearchEmitter.AttachmentStrategy in org.apache.tika.pipes.emitter.opensearch
Modifier 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.Modifier 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) ModifierConstructorDescriptionprotected
OpenSearchClient
(String openSearchUrl, org.apache.http.client.HttpClient httpClient, OpenSearchEmitter.AttachmentStrategy attachmentStrategy, OpenSearchEmitter.UpdateStrategy updateStrategy, String embeddedFileFieldName)