Class FieldInfosReader
Inheritance
System.Object
FieldInfosReader
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 FieldInfosReader
Constructors
| Improve this Doc View SourceFieldInfosReader()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
protected FieldInfosReader()
Methods
| Improve this Doc View SourceRead(Directory, String, String, IOContext)
Read the FieldInfos previously written with FieldInfosWriter.
Declaration
public abstract FieldInfos Read(Directory directory, string segmentName, string segmentSuffix, IOContext iocontext)
Parameters
| Type | Name | Description |
|---|---|---|
| Directory | directory | |
| System.String | segmentName | |
| System.String | segmentSuffix | |
| IOContext | iocontext |
Returns
| Type | Description |
|---|---|
| FieldInfos |