includeMetadata
Include Metadata
|
Include parser metadata as document fields.
type: boolean
default value: 'true '
|
inheritFields
Inherit Fields
|
Should generated documents include the original document's fields.
type: boolean
default value: 'true '
|
parserId
Parser ID
required
|
The ID of the parser to use, as defined by the Parsers API
type: string
default value: '_system '
reference: parser
|
sourceContentType
Source Content Type
|
The Content-Type of the data stored in the source field.
type: string
|
sourceEncoding
Source Field Encoding
|
The content transport encoding of the data stored in the source field (per RFC1341).
type: string
default value: 'binary '
enum: {
binary
base64
}
|
sourceField
Source Field
|
The document field where the content should be read from.
type: string
default value: '_raw_content_ '
|