I have indexed a catalog of documents in Solr. I do not need to add/update, I'm purely looking to create a basic GUI application where the user defines the query by means of a text box and receives results, all within a single Java application.
I know that SolrJ seems to be the right pick, but where do I start? It's all local, I just want to set up a prototype interface.