Re: Request time out in solr

2010-02-16 Thread Chris Hostetter
: I want to know How can I set request timeout through perl by : webservice::solr end or solr end so that I could hanlde request timeout I've never used WebService::Solr, but it's docs say it takes in a user agent object, (ie: LWP::UserAgent) so that's where you can specify the client side time

Request time out in solr

2010-02-08 Thread Vijayant Kumar
Hi I had indexed the solr index by DIH, I am using Webservice::solr perl Module to update/delte my solr index at run time from frontend. I want to know How can I set request timeout through perl by webservice::solr end or solr end so that I could hanlde request timeout exception. -- Thank you,