Class FieldInfosReader
Inheritance
System.Object
FieldInfosReader
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
public abstract class FieldInfosReader : object
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 Field
Declaration
public abstract FieldInfos Read(Directory directory, string segmentName, string segmentSuffix, IOContext iocontext)
Parameters
Type | Name | Description |
---|---|---|
Directory | directory | |
System. |
segmentName | |
System. |
segmentSuffix | |
IOContext | iocontext |
Returns
Type | Description |
---|---|
Field |