You are currently browsing legacy 4.1 version of documentation. Click here to switch to the newest 5.1 version.
Operations: How to Stop Indexing
StopIndexingOperation is used to stop 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());