Uses of Class
org.apache.lucene.codecs.NormsConsumer
Packages that use NormsConsumer
Package
Description
Components from the Lucene 8.0 index format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of NormsConsumer in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 that return NormsConsumer -
Uses of NormsConsumer in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return NormsConsumerModifier and TypeMethodDescriptionabstract 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.lucene90Methods in org.apache.lucene.codecs.lucene90 that return NormsConsumer -
Uses of NormsConsumer in org.apache.lucene.codecs.simpletext
Subclasses of NormsConsumer in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionstatic class
Writes plain-text norms.Methods in org.apache.lucene.codecs.simpletext that return NormsConsumer -
Uses of NormsConsumer in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type NormsConsumerModifier and TypeMethodDescriptionvoid
NormValuesWriter.flush
(SegmentWriteState state, Sorter.DocMap sortMap, NormsConsumer normsConsumer)