Re: solr read timeout

2018-02-15 Thread Jason Gerlowski
Hi Prateek, Depending on the SolrServer/SolrClient implementation your application is using, you can make use of the "setSoTimeout" method, which controls the socket (read) timeout in milliseconds. e.g.

solr read timeout

2018-02-15 Thread Prateek Jain J
Hi All, I am using solr 4.8.1 in one of our application and sometimes it gives read timeout error. SolrJ is used from client side. How can I increase this default read timeout? Regards, Prateek Jain

Solr read timeout

2011-08-18 Thread Tod
I'm using perl to indirectly call the solr ExtractingRequestHandler to stream remote documents into a solr index instance. Every 100 URL's I process I do a commit. I've got about 30K documents to be indexed. I'm using a stock, out of the box version of solr 1.4.1 with the necessary schema