You are currently browsing legacy 4.1 version of documentation. Click here to switch to the newest 5.1 version.
Operations: How to Enable an Index
The EnableIndexOperation is used to turn on the indexing for a given index.
Syntax
public EnableIndexOperation(string indexName)
Parameters | ||
---|---|---|
indexName | string | name of an index to enable indexing |
Example
store.Maintenance.Send(new EnableIndexOperation("Orders/Totals"));