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. 
 

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.
 



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