I am using solr-php-client https://code.google.com/p/solr-php-client/
Does it have a timeout option that I can manually set?
Because whenever Solr (webSolr) is unreachable, I'm having problems
Even if the $solr->search()
call is within a Try Catch block.