Apache Lucene.Net 2.4.0 Class Library API

IndexWriter.SetMaxSyncPauseSeconds Method 

NOTE: This method is now obsolete.

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


Expert: sets the max delay before syncing a commit point.

public void SetMaxSyncPauseSeconds(
   double seconds
);

Parameters

seconds

See Also

IndexWriter Class | Lucene.Net.Index Namespace