AddFieldIfNotFound
Whether to add a new field if the DREREPLACE index action cannot find an existing one.
By default, the DREREPLACE index action allows you to modify the value of existing fields in previously indexed documents. If you specify field names that do not exist in the document, IDOL Server adds them as new fields. Set AddFieldIfNotFound
to False
if you want the DREREPLACE index action to only let you modify the value of existing fields.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | Server |
Example: | AddFieldIfNotFound=False
|
See Also: |