Package org.apache.lucene.codecs
Class FieldInfosFormat
- java.lang.Object
-
- org.apache.lucene.codecs.FieldInfosFormat
-
- Direct Known Subclasses:
Lucene40FieldInfosFormat,Lucene42FieldInfosFormat,Lucene46FieldInfosFormat
public abstract class FieldInfosFormat extends Object
Encodes/decodesFieldInfos
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFieldInfosFormat()Sole constructor.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract FieldInfosReadergetFieldInfosReader()Returns aFieldInfosReaderto read field infos from the indexabstract FieldInfosWritergetFieldInfosWriter()Returns aFieldInfosWriterto write field infos to the index
-
-
-
Method Detail
-
getFieldInfosReader
public abstract FieldInfosReader getFieldInfosReader() throws IOException
Returns aFieldInfosReaderto read field infos from the index- Throws:
IOException
-
getFieldInfosWriter
public abstract FieldInfosWriter getFieldInfosWriter() throws IOException
Returns aFieldInfosWriterto write field infos to the index- Throws:
IOException
-
-