Class SimpleTextSegmentInfoFormat
Plain text segments file format.
FOR RECREATIONAL USE ONLY
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Codecs.SimpleText
Assembly: Lucene.Net.Codecs.dll
Syntax
public class SimpleTextSegmentInfoFormat : SegmentInfoFormat
  Fields
SI_EXTENSION
Plain text segments file format.
FOR RECREATIONAL USE ONLY
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
public const string SI_EXTENSION = "si"
  Field Value
| Type | Description | 
|---|---|
| string | 
Properties
SegmentInfoReader
Returns the Lucene.Net.Codecs.SegmentInfoReader for reading Lucene.Net.Index.SegmentInfo instances.
Declaration
public override SegmentInfoReader SegmentInfoReader { get; }
  Property Value
| Type | Description | 
|---|---|
| SegmentInfoReader | 
Overrides
Lucene.Net.Codecs.SegmentInfoFormat.SegmentInfoReader
  
  SegmentInfoWriter
Returns the Lucene.Net.Codecs.SegmentInfoWriter for writing Lucene.Net.Index.SegmentInfo instances.
Declaration
public override SegmentInfoWriter SegmentInfoWriter { get; }
  Property Value
| Type | Description | 
|---|---|
| SegmentInfoWriter | 
Overrides
Lucene.Net.Codecs.SegmentInfoFormat.SegmentInfoWriter