Notify the IndexingMonitor of the number of documents added to the index.
Method Detail
documentsAdded
void documentsAdded(long increment)
Notify the IndexingMonitor of the number of documents added to the index.
This can be invoked several times during the indexing process, and could
be invoked concurrently by different threads.
Parameters:
increment - number of documents add operations performed