Class PostingsBaseFormat
Provides a Postings
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
public abstract class PostingsBaseFormat : object
Constructors
| Improve this Doc View SourcePostingsBaseFormat(String)
Sole constructor.
Declaration
protected PostingsBaseFormat(string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
name |
Properties
| Improve this Doc View SourceName
Unique name that's used to retrieve this codec when reading the index.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourcePostingsReaderBase(SegmentReadState)
Creates the Postings
Declaration
public abstract PostingsReaderBase PostingsReaderBase(SegmentReadState state)
Parameters
Type | Name | Description |
---|---|---|
Segment |
state |
Returns
Type | Description |
---|---|
Postings |
PostingsWriterBase(SegmentWriteState)
Creates the Postings
Declaration
public abstract PostingsWriterBase PostingsWriterBase(SegmentWriteState state)
Parameters
Type | Name | Description |
---|---|---|
Segment |
state |
Returns
Type | Description |
---|---|
Postings |