com.atlassian.confluence.search.didyoumean
Interface SuggestionFrequencyProvider

All Known Implementing Classes:
LuceneSuggestionFrequencyProvider

public interface SuggestionFrequencyProvider

Class responsible for determining how many times a particular suggestion occurs in a particular index.


Method Summary
 int documentFrequency(java.lang.String suggestion)
           
 

Method Detail

documentFrequency

int documentFrequency(java.lang.String suggestion)
Returns:
the number of unique documents that the specified suggestion appears in


Copyright © 2003-2010 Atlassian. All Rights Reserved.