Uses of Class
org.apache.lucene.codecs.NormsFormat
-
Packages that use NormsFormat Package Description org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.backward_codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.backward_codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.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.lucene92 Lucene 9.2 file format.org.apache.lucene.codecs.simpletext 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.lucene70 Modifier and Type Class Description classLucene70NormsFormatLucene 7.0 Score normalization format.Fields in org.apache.lucene.backward_codecs.lucene70 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene70Codec. normsFormatMethods in org.apache.lucene.backward_codecs.lucene70 that return NormsFormat Modifier and Type Method Description NormsFormatLucene70Codec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene80
Subclasses of NormsFormat in org.apache.lucene.backward_codecs.lucene80 Modifier and Type Class Description classLucene80NormsFormatLucene 8.0 Score normalization format.Fields in org.apache.lucene.backward_codecs.lucene80 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene80Codec. normsFormatMethods in org.apache.lucene.backward_codecs.lucene80 that return NormsFormat Modifier and Type Method Description NormsFormatLucene80Codec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene84Codec. normsFormatMethods in org.apache.lucene.backward_codecs.lucene84 that return NormsFormat Modifier and Type Method Description NormsFormatLucene84Codec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene86Codec. normsFormatMethods in org.apache.lucene.backward_codecs.lucene86 that return NormsFormat Modifier and Type Method Description NormsFormatLucene86Codec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene87
Fields in org.apache.lucene.backward_codecs.lucene87 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene87Codec. normsFormatMethods in org.apache.lucene.backward_codecs.lucene87 that return NormsFormat Modifier and Type Method Description NormsFormatLucene87Codec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene90Codec. normsFormatMethods in org.apache.lucene.backward_codecs.lucene90 that return NormsFormat Modifier and Type Method Description NormsFormatLucene90Codec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene91Codec. normsFormatMethods in org.apache.lucene.backward_codecs.lucene91 that return NormsFormat Modifier and Type Method Description NormsFormatLucene91Codec. normsFormat() -
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. -
Uses of NormsFormat in org.apache.lucene.codecs.lucene92
Fields in org.apache.lucene.codecs.lucene92 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene92Codec. normsFormatMethods in org.apache.lucene.codecs.lucene92 that return NormsFormat Modifier and Type Method Description NormsFormatLucene92Codec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.codecs.simpletext
Subclasses of NormsFormat in org.apache.lucene.codecs.simpletext Modifier and Type Class Description classSimpleTextNormsFormatplain-text norms format.Fields in org.apache.lucene.codecs.simpletext declared as NormsFormat Modifier and Type Field Description private NormsFormatSimpleTextCodec. normsFormatMethods in org.apache.lucene.codecs.simpletext that return NormsFormat Modifier and Type Method Description NormsFormatSimpleTextCodec. normsFormat()
-