Uses of Class
org.apache.lucene.codecs.DocValuesConsumer
Packages that use DocValuesConsumer
Package
Description
Components from the Lucene 7.0 index format.
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.lucene70
Subclasses of DocValuesConsumer in org.apache.lucene.backward_codecs.lucene70Modifier and TypeClassDescription(package private) final classwriter forLucene70DocValuesFormatMethods in org.apache.lucene.backward_codecs.lucene70 that return DocValuesConsumerModifier and TypeMethodDescriptionLucene70DocValuesFormat.fieldsConsumer(SegmentWriteState state) -
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 classwriter forLucene80DocValuesFormatMethods 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 DocValuesConsumerDocValuesFormat.fieldsConsumer(SegmentWriteState state) Returns aDocValuesConsumerto 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 classwriter forLucene90DocValuesFormatMethods 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 TypeFieldDescription(package private) DocValuesConsumerPerFieldDocValuesFormat.ConsumerAndSuffix.consumerMethods in org.apache.lucene.codecs.perfield that return DocValuesConsumerModifier and TypeMethodDescriptionfinal DocValuesConsumerPerFieldDocValuesFormat.fieldsConsumer(SegmentWriteState state) private DocValuesConsumerPerFieldDocValuesFormat.FieldsWriter.getInstance(FieldInfo field) private DocValuesConsumerPerFieldDocValuesFormat.FieldsWriter.getInstance(FieldInfo field, boolean ignoreCurrentFormat) DocValuesConsumer for the given field. -
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 TypeMethodDescriptionvoidBinaryDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) (package private) abstract voidDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer consumer) voidNumericDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) voidSortedDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) voidSortedNumericDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer) voidSortedSetDocValuesWriter.flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer)