Which version of Solr? Are you sure you did not run out of memory half way through import?
Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Tue, Feb 19, 2013 at 7:44 PM, Siping Liu <liu01...@gmail.com> wrote: > Hi, > we have an index with 2mil documents in it. From time to time we rewrite > about 1/10 of the documents (just under 200k). No autocommit. At the end we > a single commit and got time out after 60 sec. My questions are: > 1. is it normal to have the commit of this size takes more than 1min? I > know it's probably depend on the server ... > 2. I know there're a few parameters I can set in CommonsHttpSolrServer > class: setConnectionManagerTimeout(), setConnectionTimeout(), > setSoTimeout(). Which should I use? > > TIA >