Uses of Class
org.apache.tika.pipes.emitter.opensearch.OpenSearchEmitter.AttachmentStrategy
-
Packages that use OpenSearchEmitter.AttachmentStrategy Package Description org.apache.tika.pipes.emitter.opensearch -
-
Uses of OpenSearchEmitter.AttachmentStrategy in org.apache.tika.pipes.emitter.opensearch
Methods in org.apache.tika.pipes.emitter.opensearch that return OpenSearchEmitter.AttachmentStrategy Modifier and Type Method Description static OpenSearchEmitter.AttachmentStrategy
OpenSearchEmitter.AttachmentStrategy. valueOf(String name)
Returns 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.AttachmentStrategy Modifier and Type Method Description protected 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.AttachmentStrategy Constructor Description OpenSearchClient(String openSearchUrl, org.apache.http.client.HttpClient httpClient, OpenSearchEmitter.AttachmentStrategy attachmentStrategy, OpenSearchEmitter.UpdateStrategy updateStrategy, String embeddedFileFieldName)
-