Uses of Interface
org.apache.mahout.utils.vectors.TermInfo

Packages that use TermInfo
org.apache.mahout.utils.vectors.io   
org.apache.mahout.utils.vectors.lucene   
 

Uses of TermInfo in org.apache.mahout.utils.vectors.io
 

Methods in org.apache.mahout.utils.vectors.io with parameters of type TermInfo
 void TermInfoWriter.write(TermInfo ti)
           
 void JWriterTermInfoWriter.write(TermInfo ti)
           
 

Uses of TermInfo in org.apache.mahout.utils.vectors.lucene
 

Classes in org.apache.mahout.utils.vectors.lucene that implement TermInfo
 class CachedTermInfo
          Caches TermEntries from a single field.
 

Constructors in org.apache.mahout.utils.vectors.lucene with parameters of type TermInfo
TFDFMapper(org.apache.lucene.index.IndexReader reader, Weight weight, TermInfo termInfo)
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.