The XML parser stage parses whole XML documents by default, but it can also be configured to parse only specific nodes without loading the entire document into memory. It can also split an XML document into multiple documents. XPATH-like expressions are used to select specific nodes to parse, such asDocumentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
/posts/row or /posts/record. Nested XML elements are flattened.
To create new documents from selected elements, configure rootPaths.
The XML Transformation index pipeline stage is deprecated in favor of this parser stage.