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

Read-write version of Lucene40DocValuesFormat for testing
상속: Lucene.Net.Codecs.Lucene40.Lucene40DocValuesFormat
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
FieldsConsumer ( Lucene.Net.Index.SegmentWriteState state ) : DocValuesConsumer
Lucene40RWDocValuesFormat ( )

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.

Lucene40RWDocValuesFormat ( bool oldFormatImpersonationIsActive )

메소드 상세

FieldsConsumer() 공개 메소드

public FieldsConsumer ( Lucene.Net.Index.SegmentWriteState state ) : DocValuesConsumer
state Lucene.Net.Index.SegmentWriteState
리턴 DocValuesConsumer

Lucene40RWDocValuesFormat() 공개 메소드

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.

Lucene40RWDocValuesFormat() 공개 메소드

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