You are currently browsing legacy 4.1 version of documentation. Click here to switch to the newest 5.1 version.
Operations: How to Start Indexing
StartIndexingOperation is used to resume indexing for entire database.
Syntax
public StartIndexingOperation()
Example
store.Maintenance.Send(new StartIndexingOperation());