Resume Index Operation

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