app holdQueue

Available for: Search Engine Server

Task: This command causes the Search Engine Server to not accept new indexing requests. The Template Engine uses this command prior to synchronizing collections.

Syntax

app holdQueue

Additional information

The state of the SES with respect to indexing can be determined by reading out the command.state file located in the cmsInstanceDir/data/ses directory. The file contents has the following meaning:

  • indexingNormal: Indexing requests are accepted and processed in accordance with the presets given by the tuning.indexing.interval and tuning.indexing.maxBulkSize system configuration entries. This state is induced by the app resumeQueue command.
  • indexingDelayed: Indexing requests are not processed. This state is induced by the app holdQueue command.

Function parameters: none.

Return value on success: status information.