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