Re: Re : Stop search process when a given number of hits is reached

2008-08-10 Thread Erick Erickson
Which shows you how good my memory is . Thinking about it, of course, the HitCollectors *naturally* go to completion if collecting the top scoring documents is going to work since the last document examined may be the top scoring one. Ah well, shows you how my brain works on vacation Thanks Erick

Re: Re : Stop search process when a given number of hits is reached

2008-08-09 Thread Doron Cohen
> > Ok, I'm not near any documentation now, but I think > throwing an exception is overkill. As I remember > all you have to do is return false from your collector > and that'll stop the search. But verify that. > That would have been much cleaner, however collect() is a void, so throwing a (runti

Re: Re : Stop search process when a given number of hits is reached

2008-08-09 Thread Erick Erickson
Ok, I'm not near any documentation now, but I think throwing an exception is overkill. As I remember all you have to do is return false from your collector and that'll stop the search. But verify that. Best Erick On Thu, Aug 7, 2008 at 12:00 PM, renou oki <[EMAIL PROTECTED]> wrote: > Thanks a lo