On 10/20/2013 11:23 AM, Karunakar Reddy wrote:
> I want to know what is the difference between running solr on tomcat-apache
> server vs jetty server in production.
> With jetty there is some issue with indexing(eg: If 120k[batch size 100]
> records are getting indexed, around 15k are missing).
We recommend jetty.  The solr example uses jetty.  Only jetty receives
testing - whenever someone runs the tests included in the source code,
jetty is used - A LOT.  No tests are done with other containers before
release unless a person installs it under something like tomcat and
tries it out.  After release, other container testing is pretty much
done by users that don't use jetty.

Can you detail the problems you are having with indexing?  How is the
indexing being done - DIH, SolrJ, curl, or some other method?  Are there
errors in the client application or the Solr server log?

Thanks,
Shawn

Reply via email to