views:

137

answers:

3

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?

A: 

If you check this you can see there are multiple suggestions.

Edit: misread the question. Delete plz.

Jem
A: 

Yeah, having auto-suggest that suggest only one word isn't very user-friendly.

If you need AutoComplete for Solr, here is something that does it:

http://sematext.com/products/autocomplete/index.html

You can see how (well) it works on http://search-lucene.com/ .

Otis Gospodnetic