Apache Tika ServerParser stage configuration specifications
Apache Tika Server is a versatile parser that supports parsing many document formats.
This stage is not compatible with asynchronous Tika parsing.
|
When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.
|
Parser connecting to a standalone Tika server for text extraction (BETA). WARNING Tika server does not support TLS, therefore this parser will not work in TLS deployments.
id - string
Default: d1ae5fa9-73f4-43c8-a053-91b08ad5d384
label - string
A label for this Parser Stage
<= 255 characters
enabled - boolean
Default: true
mediaTypes - array[string]
Documents with a media type on this list will be matched by this parser stage. See inheritMediaTypes / use default media types for more.
inheritMediaTypes - boolean
Each parser stage has a built-in list of media types it handles by default. If this setting is true, that list will be used along with any optional additional types provided in the mediaTypes list. If this setting is false, this stage will only be selected for media types in the mediaTypes list, and the mediaTypes list becomes a mandatory property which must have at least one valid media type.
Default: true
ignoredMediaTypes - array[string]
Documents with a media type on this list will be not be processed by this parser stage.
pathPatterns - array[object]
Specify a file name or pattern that must be matched for this parser stage to run. Forward slashes ("/") are used to join names of files inside archives with the archive name.
object attributes:{syntax
: {
display name: Pattern type
type: string
}pattern
: {
display name: File name or pattern
type: string
}}
errorHandling - string
Default: mark
Allowed values: ignorelogfailmark
outputFieldPrefix - string
Fields extracted by this parser will be prefixed with this string. The remainder of the field name will be as detected in the stream
<= 20 characters
Match pattern: ^$|^[A-Za-z_][A-Za-z0-9_\-\.]+$
excludeContentTypes - array[string]
List of content types to exclude from parsing
returnXml - boolean
Default: false
addOriginalContent - boolean
Default: false
addFailedDocs - boolean
Default: false
includeImages - boolean
Default: false
type - stringrequired
Default: tikaserver
Allowed values: tikaserver