Class SimpleTextCodec
Plain text index format.
FOR RECREATIONAL USE ONLY
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Codec.SetCodecFactory(ICodecFactory)
Codec.GetCodecFactory()
Codec.Name
Codec.AvailableCodecs
Codec.Default
Codec.ToString()
Namespace: Lucene.Net.Codecs.SimpleText
Assembly: Lucene.Net.Codecs.dll
Syntax
[CodecName("SimpleText")]
public sealed class SimpleTextCodec : Codec
Constructors
SimpleTextCodec()
Plain text index format.
FOR RECREATIONAL USE ONLY
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
public SimpleTextCodec()
Properties
DocValuesFormat
Encodes/decodes docvalues.
Declaration
public override DocValuesFormat DocValuesFormat { get; }
Property Value
Type | Description |
---|---|
DocValuesFormat |
Overrides
Lucene.Net.Codecs.Codec.DocValuesFormat
FieldInfosFormat
Encodes/decodes field infos file.
Declaration
public override FieldInfosFormat FieldInfosFormat { get; }
Property Value
Type | Description |
---|---|
FieldInfosFormat |
Overrides
Lucene.Net.Codecs.Codec.FieldInfosFormat
LiveDocsFormat
Encodes/decodes live docs.
Declaration
public override LiveDocsFormat LiveDocsFormat { get; }
Property Value
Type | Description |
---|---|
LiveDocsFormat |
Overrides
Lucene.Net.Codecs.Codec.LiveDocsFormat
NormsFormat
Encodes/decodes document normalization values.
Declaration
public override NormsFormat NormsFormat { get; }
Property Value
Type | Description |
---|---|
NormsFormat |
Overrides
Lucene.Net.Codecs.Codec.NormsFormat
PostingsFormat
Encodes/decodes postings.
Declaration
public override PostingsFormat PostingsFormat { get; }
Property Value
Type | Description |
---|---|
PostingsFormat |
Overrides
Lucene.Net.Codecs.Codec.PostingsFormat
SegmentInfoFormat
Encodes/decodes segment info file.
Declaration
public override SegmentInfoFormat SegmentInfoFormat { get; }
Property Value
Type | Description |
---|---|
SegmentInfoFormat |
Overrides
Lucene.Net.Codecs.Codec.SegmentInfoFormat
StoredFieldsFormat
Encodes/decodes stored fields.
Declaration
public override StoredFieldsFormat StoredFieldsFormat { get; }
Property Value
Type | Description |
---|---|
StoredFieldsFormat |
Overrides
Lucene.Net.Codecs.Codec.StoredFieldsFormat
TermVectorsFormat
Encodes/decodes term vectors.
Declaration
public override TermVectorsFormat TermVectorsFormat { get; }
Property Value
Type | Description |
---|---|
TermVectorsFormat |
Overrides
Lucene.Net.Codecs.Codec.TermVectorsFormat