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
Subclasses with type arguments of type OpenSearchEmitter.AttachmentStrategy in org.apache.tika.pipes.emitter.opensearchMethods 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 StringOpenSearchClient.metadataToJsonContainerInsert(Metadata metadata, OpenSearchEmitter.AttachmentStrategy attachmentStrategy) protected static StringOpenSearchClient.metadataToJsonEmbeddedInsert(Metadata metadata, OpenSearchEmitter.AttachmentStrategy attachmentStrategy, String emitKey, String embeddedFileFieldName) Constructors in org.apache.tika.pipes.emitter.opensearch with parameters of type OpenSearchEmitter.AttachmentStrategyModifierConstructorDescriptionprotectedOpenSearchClient(String openSearchUrl, org.apache.http.client.HttpClient httpClient, OpenSearchEmitter.AttachmentStrategy attachmentStrategy, OpenSearchEmitter.UpdateStrategy updateStrategy, String embeddedFileFieldName)