Synchronize

Indexer.Synchronize method

Synchronizes the list of indexed documents with those on shards. This operation fixes issues with indexing and deletion of documents that resulted from communication problems with the search network nodes.

public void Synchronize(SynchronizeOptions options)
Parameter Type Description
options SynchronizeOptions The synchronize options.

See Also