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