C# 클래스 Lucene.Net.Codecs.Lucene42.Lucene42RWCodec

Read-write version of Lucene42Codec for testing.
상속: Lucene.Net.Codecs.Lucene42.Lucene42Codec
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
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