Property DefaultGenLookaheadCount
DefaultGenLookaheadCount
Gets or Sets the Lucene.Net.Index.SegmentInfos.defaultGenLookaheadCount.
Advanced: set how many times to try incrementing the gen when loading the segments file. this only runs if the primary (listing directory) and secondary (opening segments.gen file) methods fail to find the segments file.
@lucene.experimental
Declaration
public static int DefaultGenLookaheadCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |