Class Lucene40RWDocValuesFormat
Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40DocValuesFormat for testing.
Inherited Members
Lucene40DocValuesFormat.MAX_BINARY_FIELD_LENGTH
Lucene40DocValuesFormat.FieldsProducer(SegmentReadState)
DocValuesFormat.SetDocValuesFormatFactory(IDocValuesFormatFactory)
DocValuesFormat.GetDocValuesFormatFactory()
DocValuesFormat.Name
DocValuesFormat.ToString()
DocValuesFormat.AvailableDocValuesFormats
Namespace: Lucene.Net.Codecs.Lucene40
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class Lucene40RWDocValuesFormat : Lucene40DocValuesFormat
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.Lucene40.Lucene40DocValuesFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState)