C# Class Lucene.Net.Codecs.Lucene42.Lucene42RWCodec

Read-write version of Lucene42Codec for testing.
Inheritance: Lucene.Net.Codecs.Lucene42.Lucene42Codec
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
FieldInfosFormat ( ) : FieldInfosFormat
GetDocValuesFormatForField ( string field ) : DocValuesFormat
Lucene42RWCodec ( )

LUCENENET specific Creates the codec with OldFormatImpersonationIsActive = true.

Added so that SPIClassIterator can locate this Codec. The iterator only recognises classes that have empty constructors.

Lucene42RWCodec ( bool oldFormatImpersonationIsActive )
NormsFormat ( ) : NormsFormat

Method Details

FieldInfosFormat() public method

public FieldInfosFormat ( ) : FieldInfosFormat
return FieldInfosFormat

GetDocValuesFormatForField() public method

public GetDocValuesFormatForField ( string field ) : DocValuesFormat
field string
return DocValuesFormat

Lucene42RWCodec() public method

LUCENENET specific Creates the codec with OldFormatImpersonationIsActive = true.
Added so that SPIClassIterator can locate this Codec. The iterator only recognises classes that have empty constructors.
public Lucene42RWCodec ( )

Lucene42RWCodec() public method

public Lucene42RWCodec ( bool oldFormatImpersonationIsActive )
oldFormatImpersonationIsActive bool /// LUCENENET specific /// Added to remove dependency on then-static ///

NormsFormat() public method

public NormsFormat ( ) : NormsFormat
return NormsFormat