Re: Searching with a score cutoff

2007-06-04 Thread Yonik Seeley
On 6/4/07, Andy Goodell <[EMAIL PROTECTED]> wrote: Currently our application implements a score cutoff by iterating through the hits and then stopping once it reaches a hit whose score is below our threshold. We'd like to optimize this (and avoid looking at the entire hits when we don't need to)

Searching with a score cutoff

2007-06-04 Thread Andy Goodell
Currently our application implements a score cutoff by iterating through the hits and then stopping once it reaches a hit whose score is below our threshold. We'd like to optimize this (and avoid looking at the entire hits when we don't need to) by having the score cutoff applied when the hits ar