Uses of Class
com.broadleafcommerce.search.api.domain.SpellCheckSuggestion.TermPosition
-
Packages that use SpellCheckSuggestion.TermPosition Package Description com.broadleafcommerce.search.api.domain -
-
Uses of SpellCheckSuggestion.TermPosition in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type SpellCheckSuggestion.TermPosition Modifier and Type Method Description List<SpellCheckSuggestion.TermPosition>
SpellCheckSuggestion. getOffsets()
The offset positions of this string in the original query.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type SpellCheckSuggestion.TermPosition Modifier and Type Method Description void
SpellCheckSuggestion. setOffsets(List<SpellCheckSuggestion.TermPosition> offsets)
The offset positions of this string in the original query.
-