Uses of Class
org.apache.lucene.codecs.DocValuesProducer
Packages that use DocValuesProducer
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 DocValuesProducer in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return DocValuesProducerModifier and TypeMethodDescriptionabstract DocValuesProducer
DocValuesFormat.fieldsProducer
(SegmentReadState state) Returns aDocValuesProducer
to read docvalues from the index.abstract DocValuesProducer
NormsFormat.normsProducer
(SegmentReadState state) Returns aDocValuesProducer
to read norms from the index. -
Uses of DocValuesProducer in org.apache.lucene.codecs.lucene40
Methods in org.apache.lucene.codecs.lucene40 that return DocValuesProducerModifier and TypeMethodDescriptionLucene40DocValuesFormat.fieldsProducer
(SegmentReadState state) Deprecated.Lucene40NormsFormat.normsProducer
(SegmentReadState state) Deprecated. -
Uses of DocValuesProducer in org.apache.lucene.codecs.lucene42
Methods in org.apache.lucene.codecs.lucene42 that return DocValuesProducerModifier and TypeMethodDescriptionLucene42DocValuesFormat.fieldsProducer
(SegmentReadState state) Deprecated.Lucene42NormsFormat.normsProducer
(SegmentReadState state) -
Uses of DocValuesProducer in org.apache.lucene.codecs.lucene45
Subclasses of DocValuesProducer in org.apache.lucene.codecs.lucene45Methods in org.apache.lucene.codecs.lucene45 that return DocValuesProducer -
Uses of DocValuesProducer in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return DocValuesProducerModifier and TypeMethodDescriptionfinal DocValuesProducer
PerFieldDocValuesFormat.fieldsProducer
(SegmentReadState state)