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

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

Public Methods

Method 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 method

public FieldsConsumer ( Lucene.Net.Index.SegmentWriteState state ) : DocValuesConsumer
state Lucene.Net.Index.SegmentWriteState
return DocValuesConsumer

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

Lucene40RWDocValuesFormat() public method

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