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.
If you index documents with a DREADD or DREADDDATA index action that has a DocumentDelimiters parameter that conflicts with the DocumentDelimiterCSVs
configuration parameter, the index action parameter overrides the configuration parameter.
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: | */Document
|
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: |