Entering content frame

 Asynchronous Indexing 

The asynchronous indexing of documents is performed by the index engine. This means that XML documents do not need to be indexed as soon as they are saved to the document store. The documents are indexed independently of the PUT request.

This enables a reindexing of existing indexed documents, in which the XML indexes are updated. You can request the reindexing of documents from the WebDAV Explorer.

Asynchronous indexing also gives you scaling options. You can operate multiple index engines in parallel on multiple hosts.

See also Overview: XML Indexing and the WebDAV Service

 

Leaving content frame