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

Packages that use FieldsConsumer
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.lucene41 Lucene 4.1 file format. 
org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field. 
 

Uses of FieldsConsumer in org.apache.lucene.codecs
 

Subclasses of FieldsConsumer in org.apache.lucene.codecs
 class BlockTreeTermsWriter
          Block-based terms index and dictionary writer.
 

Methods in org.apache.lucene.codecs that return FieldsConsumer
abstract  FieldsConsumer PostingsFormat.fieldsConsumer(SegmentWriteState state)
          Writes a new segment
 

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

Methods in org.apache.lucene.codecs.lucene40 that return FieldsConsumer
 FieldsConsumer Lucene40PostingsFormat.fieldsConsumer(SegmentWriteState state)
          Deprecated.  
 

Uses of FieldsConsumer in org.apache.lucene.codecs.lucene41
 

Methods in org.apache.lucene.codecs.lucene41 that return FieldsConsumer
 FieldsConsumer Lucene41PostingsFormat.fieldsConsumer(SegmentWriteState state)
           
 

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

Methods in org.apache.lucene.codecs.perfield that return FieldsConsumer
 FieldsConsumer PerFieldPostingsFormat.fieldsConsumer(SegmentWriteState state)
           
 



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