CNSearch 1.5.1
search.conf
All indexer settings are contained in search.conf file. This file has the following structure:
[Job name_of_task]
[Index]
Parameter1 Value1
Parameter2 Value2
Parameter3 Value3
[Index]
Parameter1 Value1
Parameter2 Value2
Parameter3 Value3
Parameters and their values are defined for each action and separated by spaces or tabs.
Note: You can use single-line comments in the configuration file. Each comment starts with symbol "#".
__________