Hi Michael,
My answer are below,
Thanks !
Le 16/07/2012 21:22, Michael Della Bitta a écrit :
Hello Bruno,
Jetty is a legitimate choice. I do, however, worry that you might be
masking an underlying problem by making that choice, without a
guarantee that it won't someday hurt you even if you use Jetty.
Ok, so I will use Tomcat.
A question: are you using a client to connect to Solr and issue your
queries? Something like SolrJ, solr-php-client, rsolr, etc.? If not,
you might find that someone has already done the work for you of
making a durable client-side API for Solr, and achieve better results.
In fact, client is my own program.
Since several years we use our program to connect to a webservice to get
xml document.
We bought the database we access with the webservice and now we use now
solr to request documents.
So I don't need actually other client.
Thanks,
I will check logs, my program, add delay between requests to see if my
program has an issue.