Uses of Class
org.apache.lucene.codecs.NormsFormat
-
-
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 class
Lucene70NormsFormat
Lucene 7.0 Score normalization format.Fields in org.apache.lucene.backward_codecs.lucene70 declared as NormsFormat Modifier and Type Field Description private NormsFormat
Lucene70Codec. normsFormat
Methods in org.apache.lucene.backward_codecs.lucene70 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene70Codec. 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 class
Lucene80NormsFormat
Lucene 8.0 Score normalization format.Fields in org.apache.lucene.backward_codecs.lucene80 declared as NormsFormat Modifier and Type Field Description private NormsFormat
Lucene80Codec. normsFormat
Methods in org.apache.lucene.backward_codecs.lucene80 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene80Codec. 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 NormsFormat
Lucene84Codec. normsFormat
Methods in org.apache.lucene.backward_codecs.lucene84 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene84Codec. 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 NormsFormat
Lucene86Codec. normsFormat
Methods in org.apache.lucene.backward_codecs.lucene86 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene86Codec. 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 NormsFormat
Lucene87Codec. normsFormat
Methods in org.apache.lucene.backward_codecs.lucene87 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene87Codec. 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 NormsFormat
Lucene90Codec. normsFormat
Methods in org.apache.lucene.backward_codecs.lucene90 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene90Codec. 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 NormsFormat
Lucene91Codec. normsFormat
Methods in org.apache.lucene.backward_codecs.lucene91 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene91Codec. normsFormat()
-
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene92
Fields in org.apache.lucene.backward_codecs.lucene92 declared as NormsFormat Modifier and Type Field Description private NormsFormat
Lucene92Codec. normsFormat
Methods in org.apache.lucene.backward_codecs.lucene92 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene92Codec. normsFormat()
-
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene94
Fields in org.apache.lucene.backward_codecs.lucene94 declared as NormsFormat Modifier and Type Field Description private NormsFormat
Lucene94Codec. normsFormat
Methods in org.apache.lucene.backward_codecs.lucene94 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene94Codec. normsFormat()
-
Uses of NormsFormat in org.apache.lucene.backward_codecs.lucene95
Fields in org.apache.lucene.backward_codecs.lucene95 declared as NormsFormat Modifier and Type Field Description private NormsFormat
Lucene95Codec. normsFormat
Methods in org.apache.lucene.backward_codecs.lucene95 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene95Codec. normsFormat()
-
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
Fields in org.apache.lucene.codecs.lucene99 declared as NormsFormat Modifier and Type Field Description private NormsFormat
Lucene99Codec. normsFormat
Methods in org.apache.lucene.codecs.lucene99 that return NormsFormat Modifier and Type Method Description NormsFormat
Lucene99Codec. normsFormat()
-
Uses of NormsFormat in org.apache.lucene.codecs.simpletext
Subclasses of NormsFormat in org.apache.lucene.codecs.simpletext Modifier and Type Class Description class
SimpleTextNormsFormat
plain-text norms format.Fields in org.apache.lucene.codecs.simpletext declared as NormsFormat Modifier and Type Field Description private NormsFormat
SimpleTextCodec. normsFormat
Methods in org.apache.lucene.codecs.simpletext that return NormsFormat Modifier and Type Method Description NormsFormat
SimpleTextCodec. normsFormat()
-