Class FieldInfosReader
Codec API for reading FieldInfos.
@lucene.experimental
Inheritance
System.Object
FieldInfosReader
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class FieldInfosReader : object
Constructors
Name | Description |
---|---|
FieldInfosReader() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Methods
Name | Description |
---|---|
Read(Directory, String, String, IOContext) | Read the FieldInfos previously written with FieldInfosWriter. |