Hi I'm doing autocomplete for my search engine.
My query url looks like this: http://localhost:8983/solr/defaultexample/suggest?suggest.q=califo
I read you code, but it seems that I cannot find anywhere to change request handler "select" to "suggest" and also add raw query parameters.
It seems that you're not updating this package anymore, but you package did help me in my homework, so I just want to say thank you and give some suggestions.