It can...

By the time the hitcollector is called, the documents are already scored, so
you don't save any time there. But since they haven't been sorted yet, you
do save the time it would take to put all the hits through the priority
queue to find the top "n".

-Yonik

On 10/21/05, Volodymyr Bychkoviak <[EMAIL PROTECTED]> wrote:
>
> Hello all.
>
> If I need non scored results can I use
> Searcher.search(Query,HitCollector) method and store bitset of found
> documents.
> will it give me some speed improvement?
>
> thanks.
>
> --
> regards,
> Volodymyr Bychkoviak
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
-Yonik
Now hiring -- http://tinyurl.com/7m67g

Reply via email to