Pause Indexing Operation

StopIndexingOperation is used to pause indexing for the entire database.

Use StopIndexOperation to stop single index.

Note

Indexing will be resumed automatically after a server restart or after using start indexing operation.

Syntax

public StopIndexingOperation()

Example

store.maintenance().send(new StopIndexingOperation());