Uses of Class
org.apache.lucene.codecs.NormsConsumer
-
Packages that use NormsConsumer 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.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.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of NormsConsumer in org.apache.lucene.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 that return NormsConsumer Modifier and Type Method Description NormsConsumer
Lucene70NormsFormat. normsConsumer(SegmentWriteState state)
-
Uses of NormsConsumer in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 that return NormsConsumer Modifier and Type Method Description NormsConsumer
Lucene80NormsFormat. normsConsumer(SegmentWriteState state)
-
Uses of NormsConsumer in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return NormsConsumer Modifier and Type Method Description abstract NormsConsumer
NormsFormat. normsConsumer(SegmentWriteState state)
Returns aNormsConsumer
to write norms to the index. -
Uses of NormsConsumer in org.apache.lucene.codecs.lucene90
Subclasses of NormsConsumer in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description (package private) class
Lucene90NormsConsumer
Writer forLucene90NormsFormat
Methods in org.apache.lucene.codecs.lucene90 that return NormsConsumer Modifier and Type Method Description NormsConsumer
Lucene90NormsFormat. normsConsumer(SegmentWriteState state)
-
Uses of NormsConsumer in org.apache.lucene.codecs.simpletext
Subclasses of NormsConsumer in org.apache.lucene.codecs.simpletext Modifier and Type Class Description static class
SimpleTextNormsFormat.SimpleTextNormsConsumer
Writes plain-text norms.Methods in org.apache.lucene.codecs.simpletext that return NormsConsumer Modifier and Type Method Description NormsConsumer
SimpleTextNormsFormat. normsConsumer(SegmentWriteState state)
-
Uses of NormsConsumer in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type NormsConsumer Modifier and Type Method Description void
NormValuesWriter. flush(SegmentWriteState state, Sorter.DocMap sortMap, NormsConsumer normsConsumer)
-