Package org.apache.lucene.codecs
Class FieldInfosReader
java.lang.Object
org.apache.lucene.codecs.FieldInfosReader
Codec API for reading
FieldInfos.-
Method Summary
Modifier and TypeMethodDescriptionabstract FieldInfosRead theFieldInfospreviously written withFieldInfosWriter.
-
Method Details
-
read
public abstract FieldInfos read(Directory directory, String segmentName, String segmentSuffix, IOContext iocontext) throws IOException Read theFieldInfospreviously written withFieldInfosWriter.- Throws:
IOException
-