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.
http://lucene.apache.org/solr/4_8_1/solr-solrj/org/apache/solr/client/solrj/impl/HttpSolrServe
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
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 ch