Re: Using a FunctionQuery to exclude hits

2007-09-06 Thread Mike Klaas
On 6-Sep-07, at 2:04 PM, Jonathan Woods wrote: The queries are generally BooleanQuery combinations of TermQueries, sometimes with output from the vanilla Lucene QueryParser thrown in as one of the boolean clauses: "get me all pages about the Senior School && about drama [that's the fq bit],

RE: Using a FunctionQuery to exclude hits

2007-09-06 Thread Jonathan Woods
The queries are generally BooleanQuery combinations of TermQueries, sometimes with output from the vanilla Lucene QueryParser thrown in as one of the boolean clauses: "get me all pages about the Senior School && about drama [that's the fq bit], hopefully also containing the word 'Shakespeare'". Th

Re: Using a FunctionQuery to exclude hits

2007-09-06 Thread Yonik Seeley
On 9/6/07, Jonathan Woods <[EMAIL PROTECTED]> wrote: > As a quick sideline to the discussion on FunctionQueries (which is way > beyond me): would it not be useful for a FunctionQuery to be able to exclude > hits (using that term loosely) as well as to affect their score? Can/should > the current f

Using a FunctionQuery to exclude hits

2007-09-06 Thread Jonathan Woods
As a quick sideline to the discussion on FunctionQueries (which is way beyond me): would it not be useful for a FunctionQuery to be able to exclude hits (using that term loosely) as well as to affect their score? Can/should the current framework do that? I ask because I want to exclude hits on t