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.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index format.org.apache.lucene.codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings. -
-
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.lucene70
Subclasses of NormsFormat in org.apache.lucene.codecs.lucene70 Modifier and Type Class Description classLucene70NormsFormatLucene 7.0 Score normalization format.Fields in org.apache.lucene.codecs.lucene70 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene70Codec. normsFormatMethods in org.apache.lucene.codecs.lucene70 that return NormsFormat Modifier and Type Method Description NormsFormatLucene70Codec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.codecs.lucene80
Subclasses of NormsFormat in org.apache.lucene.codecs.lucene80 Modifier and Type Class Description classLucene80NormsFormatLucene 8.0 Score normalization format.Fields in org.apache.lucene.codecs.lucene80 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene80Codec. normsFormatMethods in org.apache.lucene.codecs.lucene80 that return NormsFormat Modifier and Type Method Description NormsFormatLucene80Codec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene84Codec. normsFormatMethods in org.apache.lucene.codecs.lucene84 that return NormsFormat Modifier and Type Method Description NormsFormatLucene84Codec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.codecs.lucene86
Fields in org.apache.lucene.codecs.lucene86 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene86Codec. normsFormatMethods in org.apache.lucene.codecs.lucene86 that return NormsFormat Modifier and Type Method Description NormsFormatLucene86Codec. normsFormat() -
Uses of NormsFormat in org.apache.lucene.codecs.lucene87
Fields in org.apache.lucene.codecs.lucene87 declared as NormsFormat Modifier and Type Field Description private NormsFormatLucene87Codec. normsFormatMethods in org.apache.lucene.codecs.lucene87 that return NormsFormat Modifier and Type Method Description NormsFormatLucene87Codec. 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()
-