IndexerSectionN

A list of sections in the CFS configuration file that contain settings for indexing. Use the IndexerSections parameter to specify a comma-separated list of names, or use numbered parameters. CFS indexes documents into all of the indexes that you specify.

Any parameters that you set in a named section override the same parameters in the [Indexing] section.

Type: String
Default:  
Required: No
Configuration Section: Indexing
Example:

In the following example CFS indexes all documents into two Content component servers. CFS uses CompressIndexFiles=False when indexing into Content1, and CompressIndexFiles=True when indexing into Content2.

[Indexing]
IndexerSections=Content1,Content2 Port=9000
CompressIndexFiles=False

[Content1]
Host=10.0.0.1

[Content2]
Host=10.0.0.2
CompressIndexFiles=True
See Also: