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

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -