Uses of Class
com.broadleafcommerce.search.api.domain.SuggestionField
-
Uses of SuggestionField in com.broadleafcommerce.search.api.domain
Modifier and TypeMethodDescriptionTypeAheadConfiguration.getHighlightFields()
The fields to highlight.TypeAheadSuggestionConfiguration.getSuggestionFields()
The list of fields to be returned with this suggestion.Modifier and TypeMethodDescriptionvoid
TypeAheadConfiguration.setHighlightFields
(List<SuggestionField> highlightFields) The fields to highlight.void
TypeAheadSuggestionConfiguration.setSuggestionFields
(List<SuggestionField> suggestionFields) The list of fields to be returned with this suggestion.