Using Document Cache

When you have a slow connector, or want to accelerate indexing throughput, use a document cache. The document cache stores documents pushed by a connector, before any processing was performed on them.

The document cache lifecycle is the same as that of the index: when a commit is made to the index, everything in the document cache (as well as everything being processed by the index server or that has gone through the PAPI server) is saved to disk.

This task shows you how to:

See Also
Deploying Standard Connectors