Class SegmentInfoFormat
Expert: Controls the format of the SegmentInfo (segment metadata file).
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
SegmentInfoFormat
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
public abstract class SegmentInfoFormat
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 SegmentInfoReader for reading SegmentInfo instances.
Declaration
public abstract SegmentInfoReader SegmentInfoReader { get; }
Property Value
Type | Description |
---|---|
SegmentInfoReader |
SegmentInfoWriter
Returns the SegmentInfoWriter for writing SegmentInfo instances.
Declaration
public abstract SegmentInfoWriter SegmentInfoWriter { get; }
Property Value
Type | Description |
---|---|
SegmentInfoWriter |