Class SegmentInfoFormat
Expert: Controls the format of the SegmentInfo (segment metadata file).
Note
This API is experimental and might change in incompatible ways in the next release.
Inheritance
SegmentInfoFormat
Inherited Members
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
public abstract class SegmentInfoFormat
Constructors
SegmentInfoFormat()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
protected SegmentInfoFormat()
See Also
Properties
SegmentInfoReader
Returns the SegmentInfoReader for reading SegmentInfo instances.
Declaration
public abstract SegmentInfoReader SegmentInfoReader { get; }
Property Value
Type | Description |
---|---|
SegmentInfoReader |
See Also
SegmentInfoWriter
Returns the SegmentInfoWriter for writing SegmentInfo instances.
Declaration
public abstract SegmentInfoWriter SegmentInfoWriter { get; }
Property Value
Type | Description |
---|---|
SegmentInfoWriter |