Class PostingsBaseFormat
Provides a PostingsReaderBase and PostingsWriterBase.
@lucene.experimental
Inheritance
System.Object
PostingsBaseFormat
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class PostingsBaseFormat : object
Constructors
Name | Description |
---|---|
PostingsBaseFormat(String) | Sole constructor. |
Properties
Name | Description |
---|---|
Name | Unique name that's used to retrieve this codec when reading the index. |
Methods
Name | Description |
---|---|
PostingsReaderBase(SegmentReadState) | Creates the PostingsReaderBase for this format. |
PostingsWriterBase(SegmentWriteState) | Creates the PostingsWriterBase for this format. |