Uses of Class
com.broadleafcommerce.search.api.domain.SpellCheckResult.SuggestedQuery
Packages that use SpellCheckResult.SuggestedQuery
-
Uses of SpellCheckResult.SuggestedQuery in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type SpellCheckResult.SuggestedQueryModifier and TypeMethodDescriptionSpellCheckResult.getSuggestedQueries()
The suggested queries after spell correction, in order of most to least recommended.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type SpellCheckResult.SuggestedQueryModifier and TypeMethodDescriptionvoid
SpellCheckResult.setSuggestedQueries
(List<SpellCheckResult.SuggestedQuery> suggestedQueries) The suggested queries after spell correction, in order of most to least recommended.