Operations: How to Start Indexing

StartIndexingOperation is used to resume indexing for entire database.

Syntax

public StartIndexingOperation()

Example

store.maintenance().send(new StartIndexingOperation());