GATE
Version 3.1-2270

gate.creole.ir
Interface IndexStatistics

All Known Implementing Classes:
LuceneIndexStatistics

public interface IndexStatistics


Method Summary
 Long getExhaustivity(Long docID, String fieldName)
           
 Long getSpecificity(String term)
           
 Long getTermCount()
           
 HashMap getTermFrequency(Long docID, String fieldName)
           
 Long getUniqueTermCount()
           
 

Method Detail

getTermCount

Long getTermCount()

getUniqueTermCount

Long getUniqueTermCount()

getExhaustivity

Long getExhaustivity(Long docID,
                     String fieldName)

getSpecificity

Long getSpecificity(String term)

getTermFrequency

HashMap getTermFrequency(Long docID,
                         String fieldName)

GATE
Version 3.1-2270