On 3/5/2016 5:33 AM, Steven White wrote:
> Thanks Shawn.
>
> To make sure I get this right, I see two methods on UpdateResponse class,
> is getElapsedTime the client time and getQTime Solr's time?  If so, than
> getElapsedTime is how long my call was blocked, right?  And getQTime will
> have the value of 1174 (per the log of my example), right?

Correct.  getQTime just pulls out the QTime value calculated by Solr and
sent back with the response.  The client also calculates time for every
request and puts it into the response object, getElapsedTime returns
that value.

Thanks,
Shawn

Reply via email to