Operations: How to Stop an Index
The StopIndexOperation is used to stop indexing for an index.
Note
Indexing will be resumed automatically after server restart.
Syntax
public StopIndexOperation(string indexName)
Parameters | ||
---|---|---|
indexName | string | name of an index to stop indexing |
Example
store.Maintenance.Send(new StopIndexOperation("Orders/Totals"));