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 FieldInfos
Read theFieldInfos
previously written withFieldInfosWriter
.
-
Method Details
-
read
public abstract FieldInfos read(Directory directory, String segmentName, String segmentSuffix, IOContext iocontext) throws IOException Read theFieldInfos
previously written withFieldInfosWriter
.- Throws:
IOException
-