Expert: sets the max delay before syncing a commit
point.
Namespace: Lucene.Net.IndexAssembly: 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 void SetMaxSyncPauseSeconds( double seconds ) |
Visual Basic |
---|
<ObsoleteAttribute("This will be removed in 3.0, when autoCommit=true is removed from IndexWriter.")> _ Public Overridable Sub SetMaxSyncPauseSeconds ( _ seconds As Double _ ) |
Visual C++ |
---|
[ObsoleteAttribute(L"This will be removed in 3.0, when autoCommit=true is removed from IndexWriter.")] public: virtual void SetMaxSyncPauseSeconds( double seconds ) |
Parameters
- seconds
- Type: System..::..Double
[Missing <param name="seconds"/> documentation for "M:Lucene.Net.Index.IndexWriter.SetMaxSyncPauseSeconds(System.Double)"]