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

public Long getTermCount()

getUniqueTermCount

public Long getUniqueTermCount()

getExhaustivity

public Long getExhaustivity(Long docID,
                            String fieldName)

getSpecificity

public Long getSpecificity(String term)

getTermFrequency

public HashMap getTermFrequency(Long docID,
                                String fieldName)