Uses of Class
org.apache.lucene.codecs.DocValuesConsumer
Packages that use DocValuesConsumer
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format.Term dictionary, DocValues or Postings formats that are read
entirely into memory.
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.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.lucene70
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.lucene70Modifier and TypeClassDescription(package private) final classwriter forLucene70DocValuesFormatMethods in org.apache.lucene.codecs.lucene70 that return DocValuesConsumerModifier and TypeMethodDescriptionLucene70DocValuesFormat.fieldsConsumer(SegmentWriteState state) -
Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene80
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.lucene80Modifier and TypeClassDescription(package private) final classwriter forLucene80DocValuesFormatMethods in org.apache.lucene.codecs.lucene80 that return DocValuesConsumerModifier and TypeMethodDescriptionLucene80DocValuesFormat.fieldsConsumer(SegmentWriteState state) -
Uses of DocValuesConsumer in org.apache.lucene.codecs.memory
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.memoryMethods in org.apache.lucene.codecs.memory that return DocValuesConsumer -
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)