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.
Lucene 9.0 file format.
Postings format that can delegate to different formats per-field.
-
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
Methods in org.apache.lucene.codecs.lucene90 that return DocValuesConsumerModifier and TypeMethodDescriptionLucene90DocValuesFormat.fieldsConsumer
(SegmentWriteState state) -
Uses of DocValuesConsumer in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return DocValuesConsumerModifier and TypeMethodDescriptionfinal DocValuesConsumer
PerFieldDocValuesFormat.fieldsConsumer
(SegmentWriteState state)