java - How to start solr from netbeans web application? -
currently have start solr explicitly , query it.now want start solr within web application through java code.
you might want take @ http://wiki.apache.org/solr/embeddedsolr
edit:
instead of having web application accessing distant (even if installed on same server) solr instance, web application create it's own solr instance.
Comments
Post a Comment