C# Class Lucene.Net.Codecs.Lucene45.Lucene45RWCodec

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

Public Methods

Method Description
FieldInfosFormat ( ) : FieldInfosFormat
Lucene45RWCodec ( )

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.

Lucene45RWCodec ( bool oldFormatImpersonationIsActive )

Method Details

FieldInfosFormat() public method

public FieldInfosFormat ( ) : FieldInfosFormat
return FieldInfosFormat

Lucene45RWCodec() 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 Lucene45RWCodec ( )

Lucene45RWCodec() public method

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