Uses of Class
com.broadleafcommerce.search.api.domain.SuggestionField
Packages that use SuggestionField
-
Uses of SuggestionField in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type SuggestionFieldModifier and TypeMethodDescriptionTypeAheadConfiguration.getHighlightFields()
The fields to highlight.TypeAheadSuggestionConfiguration.getSuggestionFields()
The list of fields to be returned with this suggestion.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type SuggestionFieldModifier 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.