Class SimpleTextFieldInfosFormat
Plain text field infos 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 SimpleTextFieldInfosFormat : FieldInfosFormat
Properties
FieldInfosReader
Returns a Lucene.Net.Codecs.FieldInfosReader to read field infos from the index.
Declaration
public override FieldInfosReader FieldInfosReader { get; }
Property Value
Type | Description |
---|---|
FieldInfosReader |
Overrides
Lucene.Net.Codecs.FieldInfosFormat.FieldInfosReader
FieldInfosWriter
Returns a Lucene.Net.Codecs.FieldInfosWriter to write field infos to the index.
Declaration
public override FieldInfosWriter FieldInfosWriter { get; }
Property Value
Type | Description |
---|---|
FieldInfosWriter |
Overrides
Lucene.Net.Codecs.FieldInfosFormat.FieldInfosWriter