Package org.apache.lucene.codecs
Class FieldInfosFormat
java.lang.Object
org.apache.lucene.codecs.FieldInfosFormat
- Direct Known Subclasses:
Lucene40FieldInfosFormat
,Lucene42FieldInfosFormat
,Lucene46FieldInfosFormat
Encodes/decodes
FieldInfos
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
FieldInfosFormat
protected FieldInfosFormat()Sole constructor. (For invocation by subclass constructors, typically implicit.)
-
-
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
-