org.apache.mahout.utils.vectors
Interface TermInfo

All Known Implementing Classes:
CachedTermInfo

public interface TermInfo


Method Summary
 Iterator<TermEntry> getAllEntries()
           
 TermEntry getTermEntry(String field, String term)
           
 int totalTerms(String field)
           
 

Method Detail

totalTerms

int totalTerms(String field)

getTermEntry

TermEntry getTermEntry(String field,
                       String term)

getAllEntries

Iterator<TermEntry> getAllEntries()


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