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