Uses of Class
org.apache.lucene.codecs.FieldInfosFormat
Packages that use FieldInfosFormat
Package
Description
Lucene 6.0 file format.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 8.4 file format.
Lucene 8.6 file format.
Lucene 8.7 file format.
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.4 file format.
Lucene 9.5 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene60
Subclasses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene60Modifier and TypeClassDescriptionfinal class
Lucene 6.0 Field Infos format. -
Uses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene70
Fields in org.apache.lucene.backward_codecs.lucene70 declared as FieldInfosFormatMethods in org.apache.lucene.backward_codecs.lucene70 that return FieldInfosFormat -
Uses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene80
Fields in org.apache.lucene.backward_codecs.lucene80 declared as FieldInfosFormatMethods in org.apache.lucene.backward_codecs.lucene80 that return FieldInfosFormat -
Uses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as FieldInfosFormatMethods in org.apache.lucene.backward_codecs.lucene84 that return FieldInfosFormat -
Uses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 declared as FieldInfosFormatMethods in org.apache.lucene.backward_codecs.lucene86 that return FieldInfosFormat -
Uses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene87
Fields in org.apache.lucene.backward_codecs.lucene87 declared as FieldInfosFormatMethods in org.apache.lucene.backward_codecs.lucene87 that return FieldInfosFormat -
Uses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene90
Subclasses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene90Modifier and TypeClassDescriptionfinal class
Lucene 9.0 Field Infos format.Fields in org.apache.lucene.backward_codecs.lucene90 declared as FieldInfosFormatMethods in org.apache.lucene.backward_codecs.lucene90 that return FieldInfosFormat -
Uses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as FieldInfosFormatMethods in org.apache.lucene.backward_codecs.lucene91 that return FieldInfosFormat -
Uses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene92
Fields in org.apache.lucene.backward_codecs.lucene92 declared as FieldInfosFormatMethods in org.apache.lucene.backward_codecs.lucene92 that return FieldInfosFormat -
Uses of FieldInfosFormat in org.apache.lucene.backward_codecs.lucene94
Fields in org.apache.lucene.backward_codecs.lucene94 declared as FieldInfosFormatMethods in org.apache.lucene.backward_codecs.lucene94 that return FieldInfosFormat -
Uses of FieldInfosFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return FieldInfosFormatModifier and TypeMethodDescriptionabstract FieldInfosFormat
Codec.fieldInfosFormat()
Encodes/decodes field infos fileFilterCodec.fieldInfosFormat()
-
Uses of FieldInfosFormat in org.apache.lucene.codecs.lucene94
Subclasses of FieldInfosFormat in org.apache.lucene.codecs.lucene94Modifier and TypeClassDescriptionfinal class
Lucene 9.0 Field Infos format. -
Uses of FieldInfosFormat in org.apache.lucene.codecs.lucene95
Fields in org.apache.lucene.codecs.lucene95 declared as FieldInfosFormatMethods in org.apache.lucene.codecs.lucene95 that return FieldInfosFormat -
Uses of FieldInfosFormat in org.apache.lucene.codecs.simpletext
Subclasses of FieldInfosFormat in org.apache.lucene.codecs.simpletextFields in org.apache.lucene.codecs.simpletext declared as FieldInfosFormatMethods in org.apache.lucene.codecs.simpletext that return FieldInfosFormat -
Uses of FieldInfosFormat in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type FieldInfosFormatModifier and TypeMethodDescriptionReadersAndUpdates.writeFieldInfosGen
(FieldInfos fieldInfos, Directory dir, FieldInfosFormat infosFormat)