> From: Scott Ganyo [mailto:[EMAIL PROTECTED]]
>
> Is there any way to perform a pure negative query?
> Or in other words, get all entries that do *not* match my query?
No.
You can achieve this by adding a term/field to every document, then
searching for all documents that have this term but don't match your query.
There's no built-in way to enumerate all documents with a query.
Doug
_______________________________________________
Lucene-users mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/lucene-users