Uses of Class
com.echothree.model.control.search.common.transfer.CheckSpellingSuggestionTransfer
Packages that use CheckSpellingSuggestionTransfer
Package
Description
-
Uses of CheckSpellingSuggestionTransfer in com.echothree.model.control.search.common.transfer
Methods in com.echothree.model.control.search.common.transfer that return types with arguments of type CheckSpellingSuggestionTransferModifier and TypeMethodDescriptionCheckSpellingWordTransfer.getCheckSpellingSuggestions()
Returns the checkSpellingSuggestions.Method parameters in com.echothree.model.control.search.common.transfer with type arguments of type CheckSpellingSuggestionTransferModifier and TypeMethodDescriptionvoid
CheckSpellingWordTransfer.setCheckSpellingSuggestions
(ListWrapper<CheckSpellingSuggestionTransfer> checkSpellingSuggestions) Sets the checkSpellingSuggestions.Constructor parameters in com.echothree.model.control.search.common.transfer with type arguments of type CheckSpellingSuggestionTransferModifierConstructorDescriptionCheckSpellingWordTransfer
(String word, SearchCheckSpellingActionTypeTransfer searchCheckSpellingActionType, ListWrapper<CheckSpellingSuggestionTransfer> checkSpellingSuggestions) Creates a new instance of CheckSpellingWordTransfer -
Uses of CheckSpellingSuggestionTransfer in com.echothree.model.control.search.server.graphql
Constructors in com.echothree.model.control.search.server.graphql with parameters of type CheckSpellingSuggestionTransferModifierConstructorDescription -
Uses of CheckSpellingSuggestionTransfer in com.echothree.model.control.search.server.search
Methods in com.echothree.model.control.search.server.search that return types with arguments of type CheckSpellingSuggestionTransferModifier and TypeMethodDescriptionIndexSpellCheck.execute()
protected List<List<CheckSpellingSuggestionTransfer>>
BaseSpellCheckEvaluator.executeSpellCheck
(ExecutionErrorAccumulator eea, String dictionaryField, List<String> words, List<String> analyzedWords) protected List<List<CheckSpellingSuggestionTransfer>>
IndexSpellCheck.useIndex
(org.apache.lucene.index.IndexReader ir)