Advanced: set how many times to try loading the segments.gen file contents to determine current segment generation. This file is only referenced when the primary method (listing the directory) fails.

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

Syntax

C#
public static void SetDefaultGenFileRetryCount(
	int count
)
Visual Basic
Public Shared Sub SetDefaultGenFileRetryCount ( _
	count As Integer _
)
Visual C++
public:
static void SetDefaultGenFileRetryCount(
	int count
)

Parameters

count
Type: System..::..Int32

[Missing <param name="count"/> documentation for "M:Lucene.Net.Index.SegmentInfos.SetDefaultGenFileRetryCount(System.Int32)"]

See Also