Uses of Class
org.apache.lucene.codecs.DocValuesConsumer
Packages that use DocValuesConsumer
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.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of DocValuesConsumer in org.apache.lucene.backward_codecs.lucene80
Subclasses of DocValuesConsumer in org.apache.lucene.backward_codecs.lucene80Modifier and TypeClassDescription(package private) final class
writer forLucene80DocValuesFormat
Methods in org.apache.lucene.backward_codecs.lucene80 that return DocValuesConsumerModifier and TypeMethodDescriptionLucene80DocValuesFormat.fieldsConsumer
(SegmentWriteState state) Note: although this format is only used on older versions, we need to keep the write logic in addition to the read logic. -
Uses of DocValuesConsumer in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return DocValuesConsumerModifier and TypeMethodDescriptionabstract DocValuesConsumer
DocValuesFormat.fieldsConsumer
(SegmentWriteState state) Returns aDocValuesConsumer
to write docvalues to the index. -
Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene90
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescription(package private) final class
writer forLucene90DocValuesFormat
Methods in org.apache.lucene.codecs.lucene90 that return DocValuesConsumerModifier and TypeMethodDescriptionLucene90DocValuesFormat.fieldsConsumer
(SegmentWriteState state) -
Uses of DocValuesConsumer in org.apache.lucene.codecs.perfield
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.perfieldFields in org.apache.lucene.codecs.perfield declared as DocValuesConsumerModifier and TypeFieldDescriptionprivate final DocValuesConsumer
PerFieldDocValuesFormat.ConsumerAndSuffix.consumer
The field for theconsumer
record component.Methods in org.apache.lucene.codecs.perfield that return DocValuesConsumerModifier and TypeMethodDescriptionPerFieldDocValuesFormat.ConsumerAndSuffix.consumer()
Returns the value of theconsumer
record component.final DocValuesConsumer
PerFieldDocValuesFormat.fieldsConsumer
(SegmentWriteState state) private DocValuesConsumer
PerFieldDocValuesFormat.FieldsWriter.getInstance
(FieldInfo field) private DocValuesConsumer
PerFieldDocValuesFormat.FieldsWriter.getInstance
(FieldInfo field, boolean ignoreCurrentFormat) DocValuesConsumer for the given field.Constructors in org.apache.lucene.codecs.perfield with parameters of type DocValuesConsumerModifierConstructorDescription(package private)
ConsumerAndSuffix
(DocValuesConsumer consumer, int suffix) Creates an instance of aConsumerAndSuffix
record class. -
Uses of DocValuesConsumer in org.apache.lucene.codecs.simpletext
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.simpletextMethods in org.apache.lucene.codecs.simpletext that return DocValuesConsumerModifier and TypeMethodDescriptionSimpleTextDocValuesFormat.fieldsConsumer
(SegmentWriteState state) -
Uses of DocValuesConsumer in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type DocValuesConsumerModifier and TypeMethodDescriptionvoid
BinaryDocValuesWriter.flush
(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) (package private) abstract void
DocValuesWriter.flush
(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer consumer) void
NumericDocValuesWriter.flush
(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) void
SortedDocValuesWriter.flush
(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) void
SortedNumericDocValuesWriter.flush
(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) void
SortedSetDocValuesWriter.flush
(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer)