@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) @Documented public @interface TikaBridge
The bridge supports the following data types:
String - where the string value is interpreted as a file pathURI - where the URI is interpreted as a resource URIbyte[]java.sql.Blob| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
metadataProcessor |
Class<?> |
parseContextProvider |
Class<?> |
parserProvider |
public abstract Class<?> parserProvider
TikaParserProvider.
Defaults to using an AutoDetectParser.public abstract Class<?> metadataProcessor
TikaMetadataProcessor.public abstract Class<?> parseContextProvider
TikaParseContextProvider.Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.