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.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[ObsoleteAttribute("This will be removed in 3.0, when autoCommit=true is removed from IndexWriter.")]
public virtual double GetMaxSyncPauseSeconds()
Visual Basic
<ObsoleteAttribute("This will be removed in 3.0, when autoCommit=true is removed from IndexWriter.")> _
Public Overridable Function GetMaxSyncPauseSeconds As Double
Visual C++
[ObsoleteAttribute(L"This will be removed in 3.0, when autoCommit=true is removed from IndexWriter.")]
public:
virtual double GetMaxSyncPauseSeconds()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.IndexWriter.GetMaxSyncPauseSeconds"]

See Also