Uses of Class
org.apache.mahout.utils.vectors.TermEntry

Packages that use TermEntry
org.apache.mahout.utils.vectors   
org.apache.mahout.utils.vectors.lucene   
 

Uses of TermEntry in org.apache.mahout.utils.vectors
 

Methods in org.apache.mahout.utils.vectors that return TermEntry
 TermEntry TermInfo.getTermEntry(String field, String term)
           
 

Methods in org.apache.mahout.utils.vectors that return types with arguments of type TermEntry
 Iterator<TermEntry> TermInfo.getAllEntries()
           
 

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

Methods in org.apache.mahout.utils.vectors.lucene that return TermEntry
 TermEntry CachedTermInfo.getTermEntry(String field, String term)
           
 

Methods in org.apache.mahout.utils.vectors.lucene that return types with arguments of type TermEntry
 Iterator<TermEntry> CachedTermInfo.getAllEntries()
           
 



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