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. -
-
Uses of NormsFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return NormsFormat Modifier and Type Method Description abstract NormsFormatCodec. normsFormat()Encodes/decodes document normalization valuesNormsFormatFilterCodec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.codecs.lucene90
Subclasses of NormsFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description classLucene90NormsFormatLucene 9.0 Score normalization format.Methods in org.apache.lucene.codecs.lucene90 that return NormsFormat Modifier and Type Method Description NormsFormatLucene90Codec. normsFormat()
-