On Mon, Apr 6, 2009 at 4:38 PM, Andrew McCombe <eupe...@gmail.com> wrote:

>
> Just started using Solr/Lucene and am getting to grips with it.  Great
> product!


Welcome to Solr!


> What is the QTime a measure of?  is it milliseconds, seconds?  I tried a
> Google search but couldn't fins anything definitive.
>

QTime is the elapsed time (in milliseconds) between the arrival of the
request (when the SolrQueryRequest object is created) and the completion of
the request handler. In other words, it will tell you how long it took to
execute your query including things like query parsing, the actual search,
faceting etc.
-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to