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 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 |