Re: Question about optimize call - Request read Timeout

2011-12-05 Thread Torsten Krah
Am Montag, den 05.12.2011, 08:11 -0500 schrieb Erick Erickson: > You can try bumping up the timeouts in your SolrJ program, the > SolrServer has a bunch of timeout options. > > You can pretty easily tell if the optimize has carried through > anyway, your index files should have been reduced > subs

Re: Question about optimize call - Request read Timeout

2011-12-05 Thread Erick Erickson
You can try bumping up the timeouts in your SolrJ program, the SolrServer has a bunch of timeout options. You can pretty easily tell if the optimize has carried through anyway, your index files should have been reduced substantially. But I'm pretty sure it's completing successfully. Why call it w

Question about optimize call - Request read Timeout

2011-12-02 Thread Torsten Krah
Hi, got a question about index optimizing. At midnight i am calling optimize(true, true) on my SolrServer instance. However this does fail with: org.apache.solr.client.solrj.SolrServerException: java.net.SocketTimeoutException: Read timed out at org.apache.solr.client.solrj.impl.CommonsHt