Validate the Data Index Automatically
When the IDOL Content component restarts after an indexing interruption, it automatically runs all the internal validation checks on its subindexes.
These checks can take some time to run. If this is not desirable, you can turn off this validation check by setting the ValidateOnInterruption
configuration parameter to False
.
[Server] ValidateOnInterruption=False
You can also use the ValidateOptions
configuration parameter to configure other methods for speeding up the validation process. For more information, refer to the IDOL Server Reference.