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

Packages that use PostingsConsumer
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.pulsing Pulsing Codec: inlines low frequency terms' postings into terms dictionary. 
org.apache.lucene.codecs.sep Sep: base support for separate files (doc,frq,pos,skp,pyl) 
 

Uses of PostingsConsumer in org.apache.lucene.codecs
 

Subclasses of PostingsConsumer in org.apache.lucene.codecs
 class PostingsWriterBase
          Extension of PostingsConsumer to support pluggable term dictionaries.
 

Methods in org.apache.lucene.codecs that return PostingsConsumer
abstract  PostingsConsumer TermsConsumer.startTerm(BytesRef text)
          Starts a new term in this field; this may be called with no corresponding call to finish if the term had no docs.
 

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

Subclasses of PostingsConsumer in org.apache.lucene.codecs.lucene40
 class Lucene40PostingsWriter
          Concrete class that writes the 4.0 frq/prx postings format.
 

Uses of PostingsConsumer in org.apache.lucene.codecs.pulsing
 

Subclasses of PostingsConsumer in org.apache.lucene.codecs.pulsing
 class PulsingPostingsWriter
          Writer for the pulsing format.
 

Uses of PostingsConsumer in org.apache.lucene.codecs.sep
 

Subclasses of PostingsConsumer in org.apache.lucene.codecs.sep
 class SepPostingsWriter
          Writes frq to .frq, docs to .doc, pos to .pos, payloads to .pyl, skip data to .skp
 



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