NotifyFieldCSVs
When a field is set here, a more detailed callback report is generated, including the details of the index action that was used.
NOTE: The DIH does not read the IDX documents, and so it cannot provide details of fields in documents.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | IndexNotify |
Example: | NotifyFieldCSVs=*/DREREFERENCE This example results in the index callback sending the following POST request to the configured callback host: &REPORTDATA=<?xml version='1.0' encoding='UTF-8' ?> <indexreport> <item> <id>1</id> <status>-1</status> <index_command>DREADD?c:\mytest.idx&KillDuplicates=DREREFERENCE</index_command></item> <item> ... </item> </indexreport> |
See Also: | WorkingDir |