How to do SOLR autocomplete search box with codeigniter? Please tell me any one Thanks in advance
This link have tutorial and code to implement SOLR in Codeigniter. Then you have to do auto-complete yourself with help of ajax and jquery.
http://mayeul.com/apache-solr-with-codeigniter/
Edit: Unfortunately above link was broken. I found something new but not for codeigniter. This github link have whole source code and you can create CI library or helper from this package.