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()
           
 Map 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

Map getTermFrequency(Long docID,
                     String fieldName)