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

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

공개 메소드들

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