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 FieldInfosReaderReturns aFieldInfosReaderto read field infos from the indexabstract FieldInfosWriterReturns aFieldInfosWriterto write field infos to the index
-
Constructor Details
-
FieldInfosFormat
protected FieldInfosFormat()Sole constructor. (For invocation by subclass constructors, typically implicit.)
-
-
Method Details
-
getFieldInfosReader
Returns aFieldInfosReaderto read field infos from the index- Throws:
IOException
-
getFieldInfosWriter
Returns aFieldInfosWriterto write field infos to the index- Throws:
IOException
-