Package org.apache.lucene.codecs
Class FieldInfosReader
- java.lang.Object
-
- org.apache.lucene.codecs.FieldInfosReader
-
public abstract class FieldInfosReader extends Object
Codec API for readingFieldInfos
.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FieldInfosReader()
Sole constructor.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract FieldInfos
read(Directory directory, String segmentName, String segmentSuffix, IOContext iocontext)
Read theFieldInfos
previously written withFieldInfosWriter
.
-
-
-
Method Detail
-
read
public abstract FieldInfos read(Directory directory, String segmentName, String segmentSuffix, IOContext iocontext) throws IOException
Read theFieldInfos
previously written withFieldInfosWriter
.- Throws:
IOException
-
-