Uses of Class
org.apache.lucene.codecs.NormsFormat
Packages that use NormsFormat
Package
Description
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.0 file format.
Lucene 9.5 file format.
Simpletext Codec: writes human readable postings.
-
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene70
Subclasses of NormsFormat in org.apache.lucene.backward_codecs.lucene70Modifier and TypeClassDescriptionclass
Lucene 7.0 Score normalization format.Fields in org.apache.lucene.backward_codecs.lucene70 declared as NormsFormatMethods in org.apache.lucene.backward_codecs.lucene70 that return NormsFormat -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene80
Subclasses of NormsFormat in org.apache.lucene.backward_codecs.lucene80Modifier and TypeClassDescriptionclass
Lucene 8.0 Score normalization format.Fields in org.apache.lucene.backward_codecs.lucene80 declared as NormsFormatMethods in org.apache.lucene.backward_codecs.lucene80 that return NormsFormat -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as NormsFormatMethods in org.apache.lucene.backward_codecs.lucene84 that return NormsFormat -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 declared as NormsFormatMethods in org.apache.lucene.backward_codecs.lucene86 that return NormsFormat -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene87
Fields in org.apache.lucene.backward_codecs.lucene87 declared as NormsFormatMethods in org.apache.lucene.backward_codecs.lucene87 that return NormsFormat -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as NormsFormatMethods in org.apache.lucene.backward_codecs.lucene90 that return NormsFormat -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as NormsFormatMethods in org.apache.lucene.backward_codecs.lucene91 that return NormsFormat -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene92
Fields in org.apache.lucene.backward_codecs.lucene92 declared as NormsFormatMethods in org.apache.lucene.backward_codecs.lucene92 that return NormsFormat -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene94
Fields in org.apache.lucene.backward_codecs.lucene94 declared as NormsFormatMethods in org.apache.lucene.backward_codecs.lucene94 that return NormsFormat -
Uses of NormsFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return NormsFormatModifier and TypeMethodDescriptionabstract NormsFormat
Codec.normsFormat()
Encodes/decodes document normalization valuesFilterCodec.normsFormat()
-
Uses of NormsFormat in org.apache.lucene.codecs.lucene90
Subclasses of NormsFormat in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescriptionclass
Lucene 9.0 Score normalization format. -
Uses of NormsFormat in org.apache.lucene.codecs.lucene95
Fields in org.apache.lucene.codecs.lucene95 declared as NormsFormatMethods in org.apache.lucene.codecs.lucene95 that return NormsFormat -
Uses of NormsFormat in org.apache.lucene.codecs.simpletext
Subclasses of NormsFormat in org.apache.lucene.codecs.simpletextFields in org.apache.lucene.codecs.simpletext declared as NormsFormatMethods in org.apache.lucene.codecs.simpletext that return NormsFormat