Package | Description |
---|---|
org.apache.tika.pipes.emitter.opensearch |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
OpenSearchClient.metadataToJsonContainer(Metadata metadata,
OpenSearchEmitter.AttachmentStrategy attachmentStrategy) |
protected static String |
OpenSearchClient.metadataToJsonEmbedded(Metadata metadata,
OpenSearchEmitter.AttachmentStrategy attachmentStrategy,
String emitKey,
String embeddedFileFieldName) |
Constructor and Description |
---|
OpenSearchClient(String openSearchUrl,
org.apache.http.client.HttpClient httpClient,
OpenSearchEmitter.AttachmentStrategy attachmentStrategy,
String embeddedFileFieldName) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.