Class SimpleTextSegmentInfoFormat
Plain text segments file format.
FOR RECREATIONAL USE ONLY
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
Lucene.Net.Codecs.SegmentInfoFormat
SimpleTextSegmentInfoFormat
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.SimpleText
Assembly: Lucene.Net.Codecs.dll
Syntax
public class SimpleTextSegmentInfoFormat : SegmentInfoFormat
Fields
| Improve this Doc View SourceSI_EXTENSION
Declaration
public const string SI_EXTENSION = "si"
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceSegmentInfoReader
Declaration
public override SegmentInfoReader SegmentInfoReader { get; }
Property Value
Type | Description |
---|---|
Lucene.Net.Codecs.SegmentInfoReader |
Overrides
Lucene.Net.Codecs.SegmentInfoFormat.SegmentInfoReader
|
Improve this Doc
View Source
SegmentInfoWriter
Declaration
public override SegmentInfoWriter SegmentInfoWriter { get; }
Property Value
Type | Description |
---|---|
Lucene.Net.Codecs.SegmentInfoWriter |
Overrides
Lucene.Net.Codecs.SegmentInfoFormat.SegmentInfoWriter