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.codecsMethods in org.apache.lucene.codecs that return DocValuesConsumerModifier and TypeMethodDescriptionabstract DocValuesConsumerDocValuesFormat.fieldsConsumer(SegmentWriteState state) Returns aDocValuesConsumerto write docvalues to the index.abstract DocValuesConsumerNormsFormat.normsConsumer(SegmentWriteState state) Returns aDocValuesConsumerto write norms to the index.
- 
Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene40Methods 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.lucene42Methods 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.lucene45Subclasses 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.perfieldMethods in org.apache.lucene.codecs.perfield that return DocValuesConsumerModifier and TypeMethodDescriptionfinal DocValuesConsumerPerFieldDocValuesFormat.fieldsConsumer(SegmentWriteState state)