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

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

Méthodes publiques

Méthode Description
Lucene40RWNormsFormat ( )

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.

Lucene40RWNormsFormat ( bool oldFormatImpersonationIsActive )
NormsConsumer ( Lucene.Net.Index.SegmentWriteState state ) : DocValuesConsumer

Method Details

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

Lucene40RWNormsFormat() public méthode

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

NormsConsumer() public méthode

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