Uses of Class
org.apache.lucene.codecs.NormsFormat
-
Packages that use NormsFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of NormsFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return NormsFormat Modifier and Type Method Description abstract NormsFormat
Codec. normsFormat()
Encodes/decodes document normalization valuesNormsFormat
FilterCodec. normsFormat()
-
Uses of NormsFormat in org.apache.lucene.codecs.lucene90
Subclasses of NormsFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description class
Lucene90NormsFormat
Lucene 9.0 Score normalization format. -
Uses of NormsFormat in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene99Codec. normsFormat()
-