C# Class Lucene.Net.Codecs.Lucene40.Lucene40RWDocValuesFormat

Read-write version of Lucene40DocValuesFormat for testing
Inheritance: Lucene.Net.Codecs.Lucene40.Lucene40DocValuesFormat
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

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

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.

Lucene40RWDocValuesFormat ( bool oldFormatImpersonationIsActive )

Method Details

FieldsConsumer() public méthode

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

Lucene40RWDocValuesFormat() 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.

Lucene40RWDocValuesFormat() public méthode

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