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

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

Méthodes publiques

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

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.

Lucene40RWPostingsFormat ( bool oldFormatImpersonationIsActive )

Method Details

FieldsConsumer() public méthode

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

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

Lucene40RWPostingsFormat() public méthode

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