Uses of Package
com.atlassian.confluence.search.didyoumean

Packages that use com.atlassian.confluence.search.didyoumean
com.atlassian.confluence.search.actions   
com.atlassian.confluence.search.didyoumean   
com.atlassian.confluence.search.didyoumean.actions   
com.atlassian.confluence.search.didyoumean.lucene   
com.atlassian.confluence.search.didyoumean.lucene.comparators   
com.atlassian.confluence.test.rpc   
 

Classes in com.atlassian.confluence.search.didyoumean used by com.atlassian.confluence.search.actions
BuildIndexTaskManager
          Class that manages a single did-you-mean index build task.
QuerySuggester
          Class that provides suggestions on a query where one or more words are replaced with either: a spelling correction or a word that occurs more frequently (this is only provided for single term queries at the present time.
 

Classes in com.atlassian.confluence.search.didyoumean used by com.atlassian.confluence.search.didyoumean
BuildIndexTaskManager.IndexProgress
           
Edit
          Enum that represents edits that can be used to transform one word into another.
IndexBuilder
          Builds an index to produce "did you mean" suggestions.
QuerySuggester.QuerySuggestion
          Class that represents a query suggestion
QuerySuggester.QueryTermDecorator
          Callback interface to allow custom decoration of individual terms inside a query suggestion
Suggestion
          Class that represents a suggestion to an incorrectly spelled word.
WordSuggester
          Class that provides word suggestions.
 

Classes in com.atlassian.confluence.search.didyoumean used by com.atlassian.confluence.search.didyoumean.actions
BuildIndexTaskManager
          Class that manages a single did-you-mean index build task.
 

Classes in com.atlassian.confluence.search.didyoumean used by com.atlassian.confluence.search.didyoumean.lucene
IndexBuilder
          Builds an index to produce "did you mean" suggestions.
Suggestion
          Class that represents a suggestion to an incorrectly spelled word.
SuggestionFrequencyProvider
          Class responsible for determining how many times a particular suggestion occurs in a particular index.
SuggestionsProvider
          A class that provides suggestions that are either candidate correct spellings or simply words that similar.
WordSuggester
          Class that provides word suggestions.
 

Classes in com.atlassian.confluence.search.didyoumean used by com.atlassian.confluence.search.didyoumean.lucene.comparators
Suggestion
          Class that represents a suggestion to an incorrectly spelled word.
 

Classes in com.atlassian.confluence.search.didyoumean used by com.atlassian.confluence.test.rpc
BuildIndexTaskManager
          Class that manages a single did-you-mean index build task.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.