Re: dataimports response returns before done?

2010-12-06 Thread Alexey Serba
> After issueing a dataimport, I've noticed solr returns a response prior to > finishing the import. Is this correct?   Is there anyway i can make solr not > return until it finishes? Yes, you can add synchronous=true to your request. But be aware that it could take a long time and you can see ht

Re: dataimports response returns before done?

2010-12-03 Thread Ahmet Arslan
--- On Fri, 12/3/10, Tri Nguyen wrote: > From: Tri Nguyen > Subject: dataimports response returns before done? > To: "solr user" > Date: Friday, December 3, 2010, 7:55 PM > Hi, >   > After issueing a dataimport, I've noticed solr returns a > response

dataimports response returns before done?

2010-12-03 Thread Tri Nguyen
Hi,   After issueing a dataimport, I've noticed solr returns a response prior to finishing the import. Is this correct?   Is there anyway i can make solr not return until it finishes?   If not, how do I ping for the status whether it finished or not?   thanks,   tri