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:

  • FieldName to match root-level fields

  • */FieldName to match all fields except root-level

  • Path/FieldName to 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: