Class MockRandomPostingsFormat
Randomly combines terms index impl w/ postings impls.
Inheritance
System.Object
MockRandomPostingsFormat
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class MockRandomPostingsFormat : PostingsFormat
Constructors
|
Improve this Doc
View Source
MockRandomPostingsFormat()
Declaration
public MockRandomPostingsFormat()
|
Improve this Doc
View Source
MockRandomPostingsFormat(Random)
Declaration
public MockRandomPostingsFormat(Random random)
Parameters
Type |
Name |
Description |
Random |
random |
|
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 |
|