Class Lucene40PostingsBaseFormat
Provides a PostingsReaderBase and PostingsWriterBase.
Inherited Members
Namespace: Lucene.Net.Codecs.Lucene40
Assembly: Lucene.Net.dll
Syntax
[Obsolete("Only for reading old 4.0 segments")]
public sealed class Lucene40PostingsBaseFormat : PostingsBaseFormat
  Constructors
Lucene40PostingsBaseFormat()
Sole constructor.
Declaration
public Lucene40PostingsBaseFormat()
  Methods
PostingsReaderBase(SegmentReadState)
Creates the PostingsReaderBase for this format.
Declaration
public override PostingsReaderBase PostingsReaderBase(SegmentReadState state)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SegmentReadState | state | 
Returns
| Type | Description | 
|---|---|
| PostingsReaderBase | 
Overrides
PostingsWriterBase(SegmentWriteState)
Creates the PostingsWriterBase for this format.
Declaration
public override PostingsWriterBase PostingsWriterBase(SegmentWriteState state)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SegmentWriteState | state | 
Returns
| Type | Description | 
|---|---|
| PostingsWriterBase |