About the Indexing Process
The Indexing process contains a file-based queue with pending jobs. This queue protects the server from losing index requests if it fails or restarts.
Remember that:
- You can start only one indexing process at a time.
- You do not need to start an indexing process on each FCS. However, each FCS must be
running at indexing time since a request may be sent to that FCS to index file data.
The process does not require on-demand synchronization since files are read and indexed at the FCS server, and file index data is sent to the central CloudView server.
- When running multiple instances of the Live Collaboration Server against the same
database (for example, in load-balancing configuration), you do not need to run an
indexing process on each server.
Regardless of the number of deployed machines, you only need to execute one indexing process at a time. The config.xml file information is updated centrally in your database and in the CloudView server.