Uses of Class
org.apache.lucene.codecs.DocValuesConsumer

Packages that use DocValuesConsumer
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
org.apache.lucene.codecs.lucene40 Lucene 4.0 file format. 
org.apache.lucene.codecs.lucene42 Lucene 4.2 file format. 
org.apache.lucene.codecs.perfield 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 DocValuesConsumer
abstract  DocValuesConsumer DocValuesFormat.fieldsConsumer(SegmentWriteState state)
          Returns a DocValuesConsumer to write docvalues to the index.
abstract  DocValuesConsumer NormsFormat.normsConsumer(SegmentWriteState state)
          Returns a DocValuesConsumer to write norms to the index.
 

Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene40
 

Methods in org.apache.lucene.codecs.lucene40 that return DocValuesConsumer
 DocValuesConsumer Lucene40DocValuesFormat.fieldsConsumer(SegmentWriteState state)
          Deprecated.  
 DocValuesConsumer Lucene40NormsFormat.normsConsumer(SegmentWriteState state)
          Deprecated.  
 

Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene42
 

Methods in org.apache.lucene.codecs.lucene42 that return DocValuesConsumer
 DocValuesConsumer Lucene42DocValuesFormat.fieldsConsumer(SegmentWriteState state)
           
 DocValuesConsumer Lucene42NormsFormat.normsConsumer(SegmentWriteState state)
           
 

Uses of DocValuesConsumer in org.apache.lucene.codecs.perfield
 

Methods in org.apache.lucene.codecs.perfield that return DocValuesConsumer
 DocValuesConsumer PerFieldDocValuesFormat.fieldsConsumer(SegmentWriteState state)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.