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

Packages that use TermStats
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. 
 

Uses of TermStats in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return TermStats
 TermStats PostingsConsumer.merge(MergeState mergeState, DocsEnum postings, FixedBitSet visitedDocs)
          Default merge impl: append documents, mapping around deletes
 

Methods in org.apache.lucene.codecs with parameters of type TermStats
abstract  void TermsConsumer.finishTerm(BytesRef text, TermStats stats)
          Finishes the current term; numDocs must be > 0.
abstract  void PostingsWriterBase.finishTerm(TermStats stats)
          Finishes the current term.
 

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

Methods in org.apache.lucene.codecs.lucene40 with parameters of type TermStats
 void Lucene40PostingsWriter.finishTerm(TermStats stats)
          Called when we are done adding docs to this term
 



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