Class Lucene41WithOrds
Inheritance
System.Object
Lucene41WithOrds
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class Lucene41WithOrds : PostingsFormat
Constructors
|
Improve this Doc
View Source
Lucene41WithOrds()
Declaration
public Lucene41WithOrds()
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 |
|