Also, as I remember, there's explicitly no support for a query consisting just of "not x"
On 9/4/06, lude <[EMAIL PROTECTED]> wrote:
Hello, a simple, stupid question to the friendly mailinglist: How do you have to define the query-string to get all documents of an index be returned by using the QueryParser? In theory a query like 'NOT word_not_in_index' should find and return all documents. In practice this doesn't work (no documents are found). Greetings lude