Synchronizing shards

If there is any communication interruption in the search network, some operations may not complete correctly. To resolve such problems, you need to call the synchronize method of the Indexer class.

The asynchronous operation flag is available as an option. You can track the completion of the operation by subscribing to the SynchronizationCompleted event.

The following code example demonstrates how to synchronize search network nodes.

System.out.println("Synchronizing shards");
Indexer indexer = node.getIndexer();
SynchronizeOptions options = new SynchronizeOptions();
indexer.synchronize(options);

More resources

GitHub examples

You may easily run the code from documentation articles and see the features in action in our GitHub examples:

Free online document search App

Along with full featured .NET library we provide simple, but powerful free Apps.

You are welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online Free Online Document Search App.