I'm doing this project, in which i need to create a more powerfull GUI for apache solr https://lucene.apache.org/solr
. I'm doing it with Grails, and basically, I just need to create a GUI which will manipulate solr url's and get me the results I need. The way im seing this, I can have my project Grails running at same time as Solr, nothing new here. But I would like to do it, but only have 1 server running. Is there any way to do this with Grails?
The Solr plugin embeds an instance of Solr - http://www.grails.org/plugin/solr - This might not be the best way for production, but it might be a good place to start.