Uses of Class
org.apache.lucene.codecs.NormsFormat
Packages that use NormsFormat
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Lucene 9.1 file format.
-
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.lucene91
Methods in org.apache.lucene.codecs.lucene91 that return NormsFormat