Hi:
I'm trying to use figure out how to get solr responses and use them in my
website.I'm having some problems figure out how to
1) My initial thought is is to use ajax, and insert a line like this in my
script:
data = eval($.get("http://localhost:8983/solr/select/?q=*:*
").responseText
Hi,
Normally I've been starting solr like so:
java -jar start.jar
However, I need to have this process executed over a remove ssh connection
that cannot be blocking. I'd therefore like to execute the process "in the
background", , somehow in a forked process, so that the command returns
wh