Class Lucene3xSegmentInfoFormat
Lucene3x ReadOnly SegmentInfoFormat implementation.
@lucene.experimental
Assembly: DistributedLucene.Net.dll
Syntax
public class Lucene3xSegmentInfoFormat : SegmentInfoFormat
Fields
Name | Description |
---|---|
DS_COMPOUND_KEY | |
DS_NAME_KEY | |
DS_OFFSET_KEY | |
FORMAT_3_1 | Each segment records the Lucene version that created it. |
FORMAT_DIAGNOSTICS | This format adds optional per-segment String diagnostics storage, and switches userData to Map. |
FORMAT_HAS_VECTORS | Each segment records whether it has term vectors. |
NORMGEN_KEY | |
NORMGEN_PREFIX | |
UPGRADED_SI_CODEC_NAME | |
UPGRADED_SI_EXTENSION | Extension used for saving each SegmentInfo, once a 3.x index is first committed to with 4.0. |
UPGRADED_SI_VERSION_CURRENT | |
UPGRADED_SI_VERSION_START |
Properties
Name | Description |
---|---|
SegmentInfoReader | |
SegmentInfoWriter |
Methods
Name | Description |
---|---|
GetDocStoreIsCompoundFile(SegmentInfo) | |
GetDocStoreOffset(SegmentInfo) | |
GetDocStoreSegment(SegmentInfo) |