Uses of Class
com.broadleafcommerce.search.api.domain.SpellCheckSuggestion
-
Uses of SpellCheckSuggestion in com.broadleafcommerce.search.api.domain
Modifier and TypeMethodDescriptionSpellCheckResult.getSuggestionMap()
Suggested spelling corrections of the original query to retrieve results.SpellCheckResult.getSuggestions()
Get all of the spell check suggestions.Modifier and TypeMethodDescriptionvoid
SpellCheckResult.setSuggestionMap
(Map<String, SpellCheckSuggestion> suggestionMap) Suggested spelling corrections of the original query to retrieve results.