Class Lucene41PostingsBaseFormat
Provides a PostingsReaderBase and PostingsWriterBase.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inherited Members
Namespace: Lucene.Net.Codecs.Lucene41
Assembly: Lucene.Net.dll
Syntax
public sealed class Lucene41PostingsBaseFormat : PostingsBaseFormat
Constructors
| Improve this Doc View SourceLucene41PostingsBaseFormat()
Sole constructor.
Declaration
public Lucene41PostingsBaseFormat()
Methods
| Improve this Doc View SourcePostingsReaderBase(SegmentReadState)
Declaration
public override PostingsReaderBase PostingsReaderBase(SegmentReadState state)
Parameters
Type | Name | Description |
---|---|---|
SegmentReadState | state |
Returns
Type | Description |
---|---|
PostingsReaderBase |
Overrides
| Improve this Doc View SourcePostingsWriterBase(SegmentWriteState)
Declaration
public override PostingsWriterBase PostingsWriterBase(SegmentWriteState state)
Parameters
Type | Name | Description |
---|---|---|
SegmentWriteState | state |
Returns
Type | Description |
---|---|
PostingsWriterBase |