Method | Description | |
---|---|---|
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 ) |
public FieldsConsumer ( Lucene.Net.Index.SegmentWriteState state ) : DocValuesConsumer | ||
state | Lucene.Net.Index.SegmentWriteState | |
return | DocValuesConsumer |
public Lucene42RWDocValuesFormat ( bool oldFormatImpersonationIsActive ) | ||
oldFormatImpersonationIsActive | bool |
/// LUCENENET specific
/// Added to remove dependency on then-static |