Hi all,
i have a question about the performance:
if i need all the results (about 2000 Hits) of a search and read them
from first to last then it needs about 3000 ms.
After a short look at the method Hits.getMoreDocs(int i) i decided to
read the last doc first. Now it needs only 1000 ms to read them all.
It seems that the Method is not optimized for getting all the results.
Is this a point for improvement or do i miss something?
regards
Hanjo
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org
|