> 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 http timeout exception.

> If not, how do I ping for the status whether it finished or not?
See command=status


On Fri, Dec 3, 2010 at 8:55 PM, Tri Nguyen <tringuye...@yahoo.com> wrote:
> 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

Reply via email to