Uses of Class
com.broadleafcommerce.search.api.domain.SpellCheckSuggestion
Packages that use SpellCheckSuggestion
-
Uses of SpellCheckSuggestion in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type SpellCheckSuggestionModifier and TypeMethodDescriptionSpellCheckResult.getSuggestionMap()
Suggested spelling corrections of the original query to retrieve results.SpellCheckResult.getSuggestions()
Get all of the spell check suggestions.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type SpellCheckSuggestionModifier and TypeMethodDescriptionvoid
SpellCheckResult.setSuggestionMap
(Map<String, SpellCheckSuggestion> suggestionMap) Suggested spelling corrections of the original query to retrieve results.