Uses of Interface
com.atlassian.confluence.search.didyoumean.SuggestionsProvider

Packages that use SuggestionsProvider
com.atlassian.confluence.search.didyoumean.lucene   
 

Uses of SuggestionsProvider in com.atlassian.confluence.search.didyoumean.lucene
 

Classes in com.atlassian.confluence.search.didyoumean.lucene that implement SuggestionsProvider
 class LuceneNGramSuggestionsProvider
          Class that generates suggestions off an n-gram index of words.
 class LuceneTransposedSuggestionsProvider
          Class that provides suggestions constructed from a single transposition of supplied words.
 

Constructor parameters in com.atlassian.confluence.search.didyoumean.lucene with type arguments of type SuggestionsProvider
LuceneWordSuggester(com.atlassian.bonnie.ILuceneConnection didYouMeanLuceneConnection, List<SuggestionsProvider> suggestionsProviders, SuggestionFrequencyProvider suggestionFrequencyProvider)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.