Field ParserIndex pipeline stage configuration specifications
|
This stage is deprecated.
|
Parse the contents of a field using a pre-defined parser.
|
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.
|
Parse the contents of a field using a pre-defined parser. Use async-parsing instead
skip - boolean
Set to true to skip this stage.
Default: false
label - string
A unique label for this stage.
<= 255 characters
condition - string
Define a conditional script that must result in true or false. This can be used to determine if the stage should process or not.
parserId - stringrequired
The ID of the parser to use, as defined by the Parsers API. This stage is deprecated. Use async-parsing instead.
Default: _system
sourceField - string
The document field where the content should be read from.
Default: _raw_content_
sourceEncoding - string
The content transport encoding of the data stored in the source field (per RFC1341).
Default: binary
Allowed values: binarybase64
sourceContentType - string
The Content-Type of the data stored in the source field.
inheritFields - boolean
Should generated documents include the original document's fields.
Default: true
includeMetadata - boolean
Include parser metadata as document fields.
Default: true