Class FieldInfosFormat
Inheritance
System.Object
FieldInfosFormat
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
public abstract class FieldInfosFormat : object
Constructors
| Improve this Doc View SourceFieldInfosFormat()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
protected FieldInfosFormat()
Properties
| Improve this Doc View SourceFieldInfosReader
Returns a Field
Declaration
public abstract FieldInfosReader FieldInfosReader { get; }
Property Value
Type | Description |
---|---|
Field |
FieldInfosWriter
Returns a Field
Declaration
public abstract FieldInfosWriter FieldInfosWriter { get; }
Property Value
Type | Description |
---|---|
Field |