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

Read-write version of Lucene42DocValuesFormat for testing.
Inheritance: Lucene.Net.Codecs.Lucene42.Lucene42DocValuesFormat
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
FieldsConsumer ( Lucene.Net.Index.SegmentWriteState state ) : DocValuesConsumer
Lucene42RWDocValuesFormat ( )

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.

Lucene42RWDocValuesFormat ( bool oldFormatImpersonationIsActive )

Method Details

FieldsConsumer() public méthode

public FieldsConsumer ( Lucene.Net.Index.SegmentWriteState state ) : DocValuesConsumer
state Lucene.Net.Index.SegmentWriteState
Résultat DocValuesConsumer

Lucene42RWDocValuesFormat() public méthode

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.

Lucene42RWDocValuesFormat() public méthode

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