On Sat, Feb 14, 2009 at 6:45 AM, karl wettin <karl.wet...@gmail.com> wrote: > Also, as my threadshold is based on the distance in score between the > first result it sounds like using a result start position greater than > 0 is something I have to look out for. Or?
Hmmm - this isn't that easy in general as it requires knowledge of the max score, right? That essentially requires two passes over the data (two queries)... one to find the max score, and the other to filter out anything below that max score. An additional query component right after the current query component might be the easiest way... it could modify the DocSet used in faceting. -Yonik http://www.lucidimagination.com