- Zero or more pipeline documents for consumption by the index pipeline
- Zero or more new input streams for re-parsing
This recursive approach is useful for containers (for example,zip
andtar
files). The output of the container parsing can be another container or a stream of uncompressed content that requires its own parsing.
Field | Description |
---|---|
Document ID Source Field | Field in the source file that contains the document ID |
Maximum Parser Recursion Depth | Maximum number of times the parser may recurse over the file, before proceeding to the next parser. This is useful for files with hierarchical structures (for example, zip and tar files). |
Enable automatic media type detection | Whether to automatically detect the media type of the source files. If disabled, the parser uses the media type application/octet-stream . |