Package org.apache.lucene.codecs
Class FieldInfosReader
java.lang.Object
org.apache.lucene.codecs.FieldInfosReader
Codec API for reading
FieldInfos
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract FieldInfos
Read theFieldInfos
previously written withFieldInfosWriter
.
-
Constructor Details
-
FieldInfosReader
protected FieldInfosReader()Sole constructor. (For invocation by subclass constructors, typically implicit.)
-
-
Method Details
-
read
public abstract FieldInfos read(Directory directory, String segmentName, String segmentSuffix, IOContext iocontext) throws IOException Read theFieldInfos
previously written withFieldInfosWriter
.- Throws:
IOException
-