You are currently browsing legacy 4.0 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());