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 4.0 file format.
Lucene 4.2 file format.
Lucene 4.5 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.abstract DocValuesConsumer
NormsFormat.normsConsumer
(SegmentWriteState state) Returns aDocValuesConsumer
to write norms to the index. -
Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene40
Methods in org.apache.lucene.codecs.lucene40 that return DocValuesConsumerModifier and TypeMethodDescriptionLucene40DocValuesFormat.fieldsConsumer
(SegmentWriteState state) Deprecated.Lucene40NormsFormat.normsConsumer
(SegmentWriteState state) Deprecated. -
Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene42
Methods in org.apache.lucene.codecs.lucene42 that return DocValuesConsumerModifier and TypeMethodDescriptionLucene42DocValuesFormat.fieldsConsumer
(SegmentWriteState state) Deprecated.Lucene42NormsFormat.normsConsumer
(SegmentWriteState state) -
Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene45
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.lucene45Methods in org.apache.lucene.codecs.lucene45 that return DocValuesConsumerModifier and TypeMethodDescriptionLucene45DocValuesFormat.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)