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