I forgot:
I do the request on the uniqueKey field, so each request gets one document
Le 15/07/2012 14:11, Bruno Mannina a écrit :
Dear Solr Users,
I have a solr3.6 + Tomcat and I have a program that connect 4 http
requests at the same time.
I must do 1902 requests.
I do several tests but each time it losts some requests:
- sometimes I get 1856 docs, 1895 docs, 1900 docs but never 1902 docs.
With Jetty, I get always 1902 docs.
As it's a dev' environment, I'm alone to test it.
Is it a problem to do 4 requests at the same time for tomcat6?
thanks for your info,
Bruno