You don't expose Solr directly to the user, it is not setup for full-proof security out of the box. So you would need a client to talk to Solr.
Something like Spring.io's Spring Data Solr could be one of the things to check. You can see an auto-complete example for it at: https://github.com/arafalov/Solr-Javadoc/tree/master/SearchServer/src/main and embedded in action at http://www.solr-start.com/javadoc/solr-lucene/index.html (search box on the top) Regards, Alex. ---- Sign up for my Solr resources newsletter at http://www.solr-start.com/ On 23 December 2014 at 10:45, Olivier Austina <olivier.aust...@gmail.com> wrote: > Hi, > > I would like to build a User Interface on top of Solr for PC and mobile. I > am wondering if there is a framework, best practice commonly used. I want > Solr features such as suggestion, auto complete, facet to be available for > UI. Any suggestion is welcome. Than you. > > Regards > Olivier