Class AssertingDocValuesFormat
Just like but with additional asserts.
Inheritance
System.Object
AssertingDocValuesFormat
Assembly: Lucene.Net.TestFramework.dll
public class AssertingDocValuesFormat : DocValuesFormat
Constructors
|
Improve this Doc
View Source
Declaration
public AssertingDocValuesFormat()
Methods
|
Improve this Doc
View Source
Declaration
public override DocValuesConsumer FieldsConsumer(SegmentWriteState state)
Parameters
Type |
Name |
Description |
SegmentWriteState |
state |
|
Returns
Type |
Description |
DocValuesConsumer |
|
|
Improve this Doc
View Source
Declaration
public override DocValuesProducer FieldsProducer(SegmentReadState state)
Parameters
Type |
Name |
Description |
SegmentReadState |
state |
|
Returns
Type |
Description |
DocValuesProducer |
|