Package org.apache.lucene.codecs
Class FieldInfosFormat
java.lang.Object
org.apache.lucene.codecs.FieldInfosFormat
- Direct Known Subclasses:
Lucene40FieldInfosFormat,Lucene42FieldInfosFormat,Lucene46FieldInfosFormat
Encodes/decodes
FieldInfos-
Method Summary
Modifier and TypeMethodDescriptionabstract FieldInfosReaderReturns aFieldInfosReaderto read field infos from the indexabstract FieldInfosWriterReturns aFieldInfosWriterto write field infos to the index
-
Method Details
-
getFieldInfosReader
Returns aFieldInfosReaderto read field infos from the index- Throws:
IOException
-
getFieldInfosWriter
Returns aFieldInfosWriterto write field infos to the index- Throws:
IOException
-