C# Класс Lucene.Net.Codecs.Lucene42.Lucene42RWDocValuesFormat

Read-write version of Lucene42DocValuesFormat for testing.
Наследование: Lucene.Net.Codecs.Lucene42.Lucene42DocValuesFormat
Показать файл Открыть проект

Открытые методы

Метод Описание
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 )

Описание методов

FieldsConsumer() публичный Метод

public FieldsConsumer ( Lucene.Net.Index.SegmentWriteState state ) : DocValuesConsumer
state Lucene.Net.Index.SegmentWriteState
Результат 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() публичный Метод

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