Class Lucene40RWCodec
Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40Codec for testing.
Inherited Members
Lucene40Codec.StoredFieldsFormat
Lucene40Codec.TermVectorsFormat
Lucene40Codec.PostingsFormat
Lucene40Codec.SegmentInfoFormat
Lucene40Codec.LiveDocsFormat
Codec.SetCodecFactory(ICodecFactory)
Codec.GetCodecFactory()
Codec.Name
Codec.AvailableCodecs
Codec.Default
Codec.ToString()
Namespace: Lucene.Net.Codecs.Lucene40
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class Lucene40RWCodec : Lucene40Codec
Properties
DocValuesFormat
Encodes/decodes docvalues.
Declaration
public override DocValuesFormat DocValuesFormat { get; }
Property Value
Type | Description |
---|---|
DocValuesFormat |
Overrides
Lucene.Net.Codecs.Lucene40.Lucene40Codec.DocValuesFormat
FieldInfosFormat
Encodes/decodes field infos file.
Declaration
public override FieldInfosFormat FieldInfosFormat { get; }
Property Value
Type | Description |
---|---|
FieldInfosFormat |
Overrides
Lucene.Net.Codecs.Lucene40.Lucene40Codec.FieldInfosFormat
NormsFormat
Encodes/decodes document normalization values.
Declaration
public override NormsFormat NormsFormat { get; }
Property Value
Type | Description |
---|---|
NormsFormat |
Overrides
Lucene.Net.Codecs.Lucene40.Lucene40Codec.NormsFormat