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 FieldInfosReader
Returns aFieldInfosReader
to read field infos from the indexabstract FieldInfosWriter
Returns aFieldInfosWriter
to write field infos to the index
-
Method Details
-
getFieldInfosReader
Returns aFieldInfosReader
to read field infos from the index- Throws:
IOException
-
getFieldInfosWriter
Returns aFieldInfosWriter
to write field infos to the index- Throws:
IOException
-