Class SegmentInfoFormat
Expert: Controls the format of the SegmentInfo (segment metadata file).
@lucene.experimental
Inheritance
System.Object
SegmentInfoFormat
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class SegmentInfoFormat : object
Constructors
Name | Description |
---|---|
SegmentInfoFormat() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Properties
Name | Description |
---|---|
SegmentInfoReader | Returns the SegmentInfoReader for reading SegmentInfo instances. |
SegmentInfoWriter | Returns the SegmentInfoWriter for writing SegmentInfo instances. |