Class Lucene41PostingsBaseFormat
Provides a PostingsReaderBase and PostingsWriterBase.
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |