Uses of Class
com.broadleafcommerce.search.api.domain.SpellCheckResult.SuggestedQuery
-
Packages that use SpellCheckResult.SuggestedQuery Package Description com.broadleafcommerce.search.api.domain -
-
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.SuggestedQuery Modifier and Type Method Description List<SpellCheckResult.SuggestedQuery>
SpellCheckResult. 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.SuggestedQuery Modifier and Type Method Description void
SpellCheckResult. setSuggestedQueries(List<SpellCheckResult.SuggestedQuery> suggestedQueries)
The suggested queries after spell correction, in order of most to least recommended.
-