On 10/26/07, John Patterson <[EMAIL PROTECTED]> wrote:
> I am doing a simple conjunction search for documents that do not need to be
> scored or sorted and was wondering if there is a way to stop the search from
> a hit collector when I have enough hits?

The easiest way would be to throw an exception from a custom hit
collector (and then catch it yourself and continue).

-Yonik

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to