C# 클래스 Lucene.Net.Codecs.Lucene40.Lucene40RWPostingsFormat

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

공개 메소드들

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