Class Lucene3xCodec
Supports the Lucene 3.x index format (readonly)
Inherited Members
Namespace: Lucene.Net.Codecs.Lucene3x
Assembly: Lucene.Net.dll
Syntax
[Obsolete("Only for reading existing 3.x indexes")]
[CodecName("Lucene3x")]
public class Lucene3xCodec : Codec
Constructors
Lucene3xCodec()
Supports the Lucene 3.x index format (readonly)
Declaration
public Lucene3xCodec()
Properties
DocValuesFormat
Encodes/decodes docvalues.
Declaration
public override DocValuesFormat DocValuesFormat { get; }
Property Value
Type | Description |
---|---|
DocValuesFormat |
Overrides
FieldInfosFormat
Encodes/decodes field infos file.
Declaration
public override FieldInfosFormat FieldInfosFormat { get; }
Property Value
Type | Description |
---|---|
FieldInfosFormat |
Overrides
LiveDocsFormat
Encodes/decodes live docs.
Declaration
public override LiveDocsFormat LiveDocsFormat { get; }
Property Value
Type | Description |
---|---|
LiveDocsFormat |
Overrides
NormsFormat
Encodes/decodes document normalization values.
Declaration
public override NormsFormat NormsFormat { get; }
Property Value
Type | Description |
---|---|
NormsFormat |
Overrides
PostingsFormat
Encodes/decodes postings.
Declaration
public override PostingsFormat PostingsFormat { get; }
Property Value
Type | Description |
---|---|
PostingsFormat |
Overrides
SegmentInfoFormat
Encodes/decodes segment info file.
Declaration
public override SegmentInfoFormat SegmentInfoFormat { get; }
Property Value
Type | Description |
---|---|
SegmentInfoFormat |
Overrides
StoredFieldsFormat
Encodes/decodes stored fields.
Declaration
public override StoredFieldsFormat StoredFieldsFormat { get; }
Property Value
Type | Description |
---|---|
StoredFieldsFormat |
Overrides
TermVectorsFormat
Encodes/decodes term vectors.
Declaration
public override TermVectorsFormat TermVectorsFormat { get; }
Property Value
Type | Description |
---|---|
TermVectorsFormat |
Overrides
Methods
GetDocStoreFiles(SegmentInfo)
Returns file names for shared doc stores, if any, else
null
.
Declaration
public static ISet<string> GetDocStoreFiles(SegmentInfo info)
Parameters
Type | Name | Description |
---|---|---|
SegmentInfo | info |
Returns
Type | Description |
---|---|
ISet<string> |