Class Lucene42RWCodec
Read-write version of Lucene.Net.Codecs.Lucene42.Lucene42Codec for testing.
Inherited Members
Lucene42Codec.StoredFieldsFormat
Lucene42Codec.TermVectorsFormat
Lucene42Codec.PostingsFormat
Lucene42Codec.SegmentInfoFormat
Lucene42Codec.LiveDocsFormat
Lucene42Codec.DocValuesFormat
Codec.SetCodecFactory(ICodecFactory)
Codec.GetCodecFactory()
Codec.Name
Codec.AvailableCodecs
Codec.Default
Codec.ToString()
Namespace: Lucene.Net.Codecs.Lucene42
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class Lucene42RWCodec : Lucene42Codec
Properties
FieldInfosFormat
Encodes/decodes field infos file.
Declaration
public override FieldInfosFormat FieldInfosFormat { get; }
Property Value
Type | Description |
---|---|
FieldInfosFormat |
Overrides
Lucene.Net.Codecs.Lucene42.Lucene42Codec.FieldInfosFormat
NormsFormat
Encodes/decodes document normalization values.
Declaration
public override NormsFormat NormsFormat { get; }
Property Value
Type | Description |
---|---|
NormsFormat |
Overrides
Lucene.Net.Codecs.Lucene42.Lucene42Codec.NormsFormat
Methods
GetDocValuesFormatForField(string)
Returns the docvalues format that should be used for writing
new segments of field
.
Declaration
public override DocValuesFormat GetDocValuesFormatForField(string field)
Parameters
Type | Name | Description |
---|---|---|
string | field |
Returns
Type | Description |
---|---|
DocValuesFormat |