You are currently browsing legacy 4.0 version of documentation. Click here to switch to the newest 5.1 version.
Operations: How to Start an Index
The StartIndexOperation is used to resume indexing for an index.
Syntax
public StartIndexOperation(string indexName)
Parameters | ||
---|---|---|
indexName | string | name of an index to start indexing |
Example
store.Maintenance.Send(new StartIndexOperation("Orders/Totals"));