Hi All,
In my current B2C project, I have to implement Search and Suggest feature. For eg - If I am entering a product name as Apple Iphone then the auto-complete text box should display Apple Iphone 6 | Apple Iphone 6s | Apple Iphone 5 products. I need to configure all the Search and Suggest word bank in my SOLR.
Can anyone help me out with this requirement.
you can also overide the autosuggest query to use you specific fields by overdding this method :
de.hybris.platform.solrfacetsearch.suggester.impl.DefaultSolrAutoSuggestService.getAutoSuggestionsForQuery(LanguageModel, SolrIndexedTypeModel, String)
Add a comment