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 DelimitedTermInfoWriter.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.
 

Fields in org.apache.mahout.utils.vectors.lucene declared as TermInfo
protected  TermInfo AbstractLuceneIterator.terminfo
           
 

Constructors in org.apache.mahout.utils.vectors.lucene with parameters of type TermInfo
AbstractLuceneIterator(TermInfo terminfo, double normPower, org.apache.lucene.index.IndexReader indexReader, Weight weight, double maxPercentErrorDocs, String field)
           
LuceneIterable(org.apache.lucene.index.IndexReader reader, String idField, String field, TermInfo terminfo, Weight weight)
           
LuceneIterable(org.apache.lucene.index.IndexReader indexReader, String idField, String field, TermInfo terminfo, Weight weight, double normPower)
           
LuceneIterable(org.apache.lucene.index.IndexReader indexReader, String idField, String field, TermInfo terminfo, Weight weight, double normPower, double maxPercentErrorDocs)
          Produce a LuceneIterable that can create the Vector plus normalize it.
LuceneIterator(org.apache.lucene.index.IndexReader indexReader, String idField, String field, TermInfo termInfo, Weight weight, double normPower)
          Produce a LuceneIterable that can create the Vector plus normalize it.
LuceneIterator(org.apache.lucene.index.IndexReader indexReader, String idField, String field, TermInfo termInfo, Weight weight, double normPower, double maxPercentErrorDocs)
           
TFDFMapper(int numDocs, Weight weight, TermInfo termInfo)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.