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"));