Skip to main content

Operations: How to Start an Index

The StartIndexOperation is used to resume indexing for an index.

Syntax

public StartIndexOperation(string indexName)
Parameters
indexNamestringname of an index to start indexing

Example

store.Maintenance.Send(new StartIndexOperation("Orders/Totals"));