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.codecsMethods in org.apache.lucene.codecs that return DocValuesProducerModifier and TypeMethodDescriptionabstract DocValuesProducerDocValuesFormat.fieldsProducer(SegmentReadState state) Returns aDocValuesProducerto read docvalues from the index.abstract DocValuesProducerNormsFormat.normsProducer(SegmentReadState state) Returns aDocValuesProducerto read norms from the index.
- 
Uses of DocValuesProducer in org.apache.lucene.codecs.lucene40Methods 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.lucene42Methods 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.lucene45Subclasses 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.perfieldMethods in org.apache.lucene.codecs.perfield that return DocValuesProducerModifier and TypeMethodDescriptionfinal DocValuesProducerPerFieldDocValuesFormat.fieldsProducer(SegmentReadState state)