Class Lucene42RWDocValuesFormat
Read-write version of Lucene.Net.Codecs.Lucene42.Lucene42DocValuesFormat for testing.
Inherited Members
Lucene42DocValuesFormat.MAX_BINARY_FIELD_LENGTH
Lucene42DocValuesFormat.m_acceptableOverheadRatio
Lucene42DocValuesFormat.FieldsProducer(SegmentReadState)
DocValuesFormat.SetDocValuesFormatFactory(IDocValuesFormatFactory)
DocValuesFormat.GetDocValuesFormatFactory()
DocValuesFormat.Name
DocValuesFormat.ToString()
DocValuesFormat.AvailableDocValuesFormats
Namespace: Lucene.Net.Codecs.Lucene42
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class Lucene42RWDocValuesFormat : Lucene42DocValuesFormat
Methods
FieldsConsumer(SegmentWriteState)
Returns a Lucene.Net.Codecs.DocValuesConsumer to write docvalues to the index.
Declaration
public override DocValuesConsumer FieldsConsumer(SegmentWriteState state)
Parameters
Type | Name | Description |
---|---|---|
SegmentWriteState | state |
Returns
Type | Description |
---|---|
DocValuesConsumer |
Overrides
Lucene.Net.Codecs.Lucene42.Lucene42DocValuesFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState)