File fields (tags) marking start and end of document. Allows you to specify the fields in a file that indicate the beginning and end of a document, so that the documents are indexed individually. You must have only one document level for each XML schema.
If documents are indexed into IDOL server using a DREADD
or DREADDDATA
index action, and the index action uses a DocumentDelimiters
parameter that conflicts with the DocumentDelimiterCSVs
setting in the IDOL server configuration file, the index action parameter overrides the configuration parameter.
Type: | String |
Default: | |
Required: | No |
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 (or fields if you are running IDOL server in DRE3 mode). |
See Also: |
|