[Missing <summary> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Index.SegmentInfo,System.Int32)"]

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

Syntax

C#
public static SegmentReader Get(
	bool readOnly,
	SegmentInfo si,
	int termInfosIndexDivisor
)
Visual Basic
Public Shared Function Get ( _
	readOnly As Boolean, _
	si As SegmentInfo, _
	termInfosIndexDivisor As Integer _
) As SegmentReader
Visual C++
public:
static SegmentReader^ Get(
	bool readOnly, 
	SegmentInfo^ si, 
	int termInfosIndexDivisor
)

Parameters

readOnly
Type: System..::..Boolean

[Missing <param name="readOnly"/> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Index.SegmentInfo,System.Int32)"]

si
Type: Lucene.Net.Index..::..SegmentInfo

[Missing <param name="si"/> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Index.SegmentInfo,System.Int32)"]

termInfosIndexDivisor
Type: System..::..Int32

[Missing <param name="termInfosIndexDivisor"/> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Index.SegmentInfo,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Index.SegmentInfo,System.Int32)"]

See Also