DocumentDelimiterCSVs
The fields in an XML file that mark the start and end of a document. This option ensures that documents are indexed individually. You must have only one document level in each XML schema.
When identifying fields use the formats:
-
FieldNameto match root-level fields -
*/FieldNameto match all fields except root-level -
Path/FieldNameto match fields that the specified path points to.
| Type: | String |
| Default: | |
| Required: | |
| Configuration Section: | Server |
| Example: | DocumentDelimiterCSVs=*/DOCUMENT,*/SPEECH
In this example, the beginning and end of individual documents in a file is marked by opening and closing DOCUMENT and SPEECH tags. |
| See Also: |