Constructor SegmentInfo
SegmentInfo(String, Int32, Directory)
Declaration
public SegmentInfo(String name, int docCount, Directory dir)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
docCount |
|
Directory |
dir |
|
SegmentInfo(String, Int32, Directory, Boolean, Boolean)
Declaration
public SegmentInfo(String name, int docCount, Directory dir, bool isCompoundFile, bool hasSingleNormFile)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
docCount |
|
Directory |
dir |
|
System.Boolean |
isCompoundFile |
|
System.Boolean |
hasSingleNormFile |
|
SegmentInfo(String, Int32, Directory, Boolean, Boolean, Int32, String, Boolean, Boolean)
Declaration
public SegmentInfo(String name, int docCount, Directory dir, bool isCompoundFile, bool hasSingleNormFile, int docStoreOffset, String docStoreSegment, bool docStoreIsCompoundFile, bool hasProx)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
docCount |
|
Directory |
dir |
|
System.Boolean |
isCompoundFile |
|
System.Boolean |
hasSingleNormFile |
|
System.Int32 |
docStoreOffset |
|
System.String |
docStoreSegment |
|
System.Boolean |
docStoreIsCompoundFile |
|
System.Boolean |
hasProx |
|