[Missing <summary> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Store.Directory,Lucene.Net.Index.SegmentInfo,System.Int32,System.Boolean,System.Int32)"]
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public static SegmentReader Get( bool readOnly, Directory dir, SegmentInfo si, int readBufferSize, bool doOpenStores, int termInfosIndexDivisor ) |
Visual Basic |
---|
Public Shared Function Get ( _ readOnly As Boolean, _ dir As Directory, _ si As SegmentInfo, _ readBufferSize As Integer, _ doOpenStores As Boolean, _ termInfosIndexDivisor As Integer _ ) As SegmentReader |
Visual C++ |
---|
public: static SegmentReader^ Get( bool readOnly, Directory^ dir, SegmentInfo^ si, int readBufferSize, bool doOpenStores, int termInfosIndexDivisor ) |
Parameters
- readOnly
- Type: System..::..Boolean
[Missing <param name="readOnly"/> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Store.Directory,Lucene.Net.Index.SegmentInfo,System.Int32,System.Boolean,System.Int32)"]
- dir
- Type: Lucene.Net.Store..::..Directory
[Missing <param name="dir"/> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Store.Directory,Lucene.Net.Index.SegmentInfo,System.Int32,System.Boolean,System.Int32)"]
- si
- Type: Lucene.Net.Index..::..SegmentInfo
[Missing <param name="si"/> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Store.Directory,Lucene.Net.Index.SegmentInfo,System.Int32,System.Boolean,System.Int32)"]
- readBufferSize
- Type: System..::..Int32
[Missing <param name="readBufferSize"/> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Store.Directory,Lucene.Net.Index.SegmentInfo,System.Int32,System.Boolean,System.Int32)"]
- doOpenStores
- Type: System..::..Boolean
[Missing <param name="doOpenStores"/> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Store.Directory,Lucene.Net.Index.SegmentInfo,System.Int32,System.Boolean,System.Int32)"]
- termInfosIndexDivisor
- Type: System..::..Int32
[Missing <param name="termInfosIndexDivisor"/> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Store.Directory,Lucene.Net.Index.SegmentInfo,System.Int32,System.Boolean,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Index.SegmentReader.Get(System.Boolean,Lucene.Net.Store.Directory,Lucene.Net.Index.SegmentInfo,System.Int32,System.Boolean,System.Int32)"]