Class SegmentInfoFormat
Expert: Controls the format of the
Segment
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
SegmentInfoFormat
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
public abstract class SegmentInfoFormat : object
Constructors
| Improve this Doc View SourceSegmentInfoFormat()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
protected SegmentInfoFormat()
Properties
| Improve this Doc View SourceSegmentInfoReader
Returns the Segment
Declaration
public abstract SegmentInfoReader SegmentInfoReader { get; }
Property Value
Type | Description |
---|---|
Segment |
SegmentInfoWriter
Returns the Segment
Declaration
public abstract SegmentInfoWriter SegmentInfoWriter { get; }
Property Value
Type | Description |
---|---|
Segment |