Uses of Class
org.apache.tika.client.TikaClientException
-
Packages that use TikaClientException Package Description org.apache.tika.client org.apache.tika.pipes.emitter.opensearch org.apache.tika.pipes.reporters.opensearch -
-
Uses of TikaClientException in org.apache.tika.client
Methods in org.apache.tika.client that throw TikaClientException Modifier and Type Method Description static boolean
HttpClientUtil. postJson(org.apache.http.client.HttpClient client, String url, byte[] bytes, boolean gzipped)
static boolean
HttpClientUtil. postJson(org.apache.http.client.HttpClient client, String url, String json)
-
Uses of TikaClientException in org.apache.tika.pipes.emitter.opensearch
Methods in org.apache.tika.pipes.emitter.opensearch that throw TikaClientException Modifier and Type Method Description void
OpenSearchClient. emitDocument(String emitKey, List<Metadata> metadataList)
void
OpenSearchClient. emitDocuments(List<? extends EmitData> emitData)
-
Uses of TikaClientException in org.apache.tika.pipes.reporters.opensearch
Methods in org.apache.tika.pipes.reporters.opensearch that throw TikaClientException Modifier and Type Method Description void
OpenSearchClient. emitDocument(String emitKey, String routing, Metadata metadata)
-