I’m currently using Solr with Terms Component and Jquery Autosuggest which works quiet good. However, this construct is limited to one autosuggest word (it autocompletes only the first word). Is it possible to implement a Google like autosuggest with multiple words/terms so i can autocomplete multiple words?
I’m currently using Solr with Terms Component and Jquery Autosuggest which works quiet good.
Share
You can also use
SpellCheckComponentfor better auto complete suggests.See http://wiki.apache.org/solr/Suggester for details.
Edit:
Refer here for solr5 and above