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