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.lucene41 Lucene 4.1 file format. 
 

Uses of TermStats in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return TermStats
 TermStats PostingsConsumer.merge(MergeState mergeState, FieldInfo.IndexOptions indexOptions, 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.lucene41
 

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



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