Class FieldInfosFormat
Inheritance
System.Object
FieldInfosFormat
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
Assembly: Lucene.Net.dll
Syntax
public abstract class FieldInfosFormat
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 FieldInfosReader to read field infos from the index.
Declaration
public abstract FieldInfosReader FieldInfosReader { get; }
Property Value
Type | Description |
---|---|
FieldInfosReader |
FieldInfosWriter
Returns a FieldInfosWriter to write field infos to the index.
Declaration
public abstract FieldInfosWriter FieldInfosWriter { get; }
Property Value
Type | Description |
---|---|
FieldInfosWriter |