Handling Solr read and write timeout exception
- by Azhar
Hello,
I am new to solr.
I have developed a an website which uses solr for indexing.
I want to handle the timeouts that can occur during solr read and write index.Please guide me on how can i handle these exceptions.
I am using solrj as solr client and my website and solr server are running on the tomcat.
Thnak you!