Apache Lucene.Net 2.4.0 Class Library API

IndexWriter.GetMaxSyncPauseSeconds Method 

NOTE: This method is now obsolete.

This will be removed in 3.0, when autoCommit=true is removed from IndexWriter.


Expert: returns max delay inserted before syncing a commit point. On Windows, at least, pausing before syncing can increase net indexing throughput. The delay is variable based on size of the segment's files, and is only inserted when using ConcurrentMergeScheduler for merges.

public double GetMaxSyncPauseSeconds();

See Also

IndexWriter Class | Lucene.Net.Index Namespace