I've found an elegant way of doing this now for all types of search - a new "NegatingQuery" class that takes any Query object in its constructor and selects all documents that DONT match and gives them a user-definable boost.
The code is here: http://www.inperspective.com/lucene/demote.zip Cheers Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
