On 6/29/07, Karen Loughran <[EMAIL PROTECTED]> wrote:
Yonik, Thanks for your reply,
I originally had implemented it as you suggest, ie, opened the core in a
static initialiser and never closed it, but my client hangs - AFTER receiving
the response back from solr (and after response from my utili
Yonik, Thanks for your reply,
I originally had implemented it as you suggest, ie, opened the core in a
static initialiser and never closed it, but my client hangs - AFTER receiving
the response back from solr (and after response from my utility jar).
I have now changed back to this approach,
On 6/29/07, Karen Loughran <[EMAIL PROTECTED]> wrote:
Hi all,
I have downloaded the latest Solr and have created a solr utility jar based on
EmbeddedSolr from the wiki, (http://wiki.apache.org/solr/SolJava).
My jar has a search method which basically gets the solr core and
calls "searchSolr" (
Hi all,
I have downloaded the latest Solr and have created a solr utility jar based on
EmbeddedSolr from the wiki, (http://wiki.apache.org/solr/SolJava).
My jar has a search method which basically gets the solr core and
calls "searchSolr" (identical to that in EmbeddedSolr) with the passed in