C# Класс Lucene.Net.Codecs.Lucene40.Lucene40RWPostingsFormat

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

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

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

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

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

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

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