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

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

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

Метод Описание
FieldInfosFormat ( ) : FieldInfosFormat
GetDocValuesFormatForField ( string field ) : DocValuesFormat
Lucene42RWCodec ( )

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.

Lucene42RWCodec ( bool oldFormatImpersonationIsActive )
NormsFormat ( ) : NormsFormat

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

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

public FieldInfosFormat ( ) : FieldInfosFormat
Результат FieldInfosFormat

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

public GetDocValuesFormatForField ( string field ) : DocValuesFormat
field string
Результат DocValuesFormat

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

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.
public Lucene42RWCodec ( )

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

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

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

public NormsFormat ( ) : NormsFormat
Результат NormsFormat