On 6/14/07, James liu <[EMAIL PROTECTED]> wrote:
I just timing my script to get data from 2 solr boxes, not complete script.
It just query two box and return id,score .rows=10. response type use json.
and i see their qtime all zero.
How many
> documents are you retrieving?
one:
numDocs : 10000
maxDoc : 23000
the other:
numDocs : 9000
maxDoc : 9000
3-4k per doc
If you re-execute the same exact query again, is it still slower?
It will be quick. time will be 0.0043279ms
It's probably the time it takes to retrieve the stored fields from the
index... perhaps the OS had to go to disk.
-Yonik