Available for: Search Engine Server
Task: This command causes the Search Engine Server to accept and process indexing requests again. The Template Engine uses this command after it has finished synchronizing collections.
Syntax
app resumeQueue
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 thetuning.indexing.intervalandtuning.indexing.maxBulkSizesystem configuration entries. This state is induced by theapp resumeQueuecommand.indexingDelayed: Indexing requests are not processed. This state is induced by theapp holdQueuecommand.
Function parameters: none.
Return value on success: status information.