Method Get
Get(Boolean, SegmentInfo, Int32)
Declaration
public static SegmentReader Get(bool readOnly, SegmentInfo si, int termInfosIndexDivisor)
Parameters
Type |
Name |
Description |
System.Boolean |
readOnly |
|
SegmentInfo |
si |
|
System.Int32 |
termInfosIndexDivisor |
|
Returns
Get(Boolean, Directory, SegmentInfo, Int32, Boolean, Int32)
Declaration
public static SegmentReader Get(bool readOnly, Directory dir, SegmentInfo si, int readBufferSize, bool doOpenStores, int termInfosIndexDivisor)
Parameters
Type |
Name |
Description |
System.Boolean |
readOnly |
|
Directory |
dir |
|
SegmentInfo |
si |
|
System.Int32 |
readBufferSize |
|
System.Boolean |
doOpenStores |
|
System.Int32 |
termInfosIndexDivisor |
|
Returns