40 PM, Peter Gelderbloem wrote:
I wonder what would happen
An exception :)
Peter Gelderbloem -Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: 27 July 2005 17:36
To: java-user@lucene.apache.org
Subject: Re: Quick newbie question
On Jul 27, 2005, at 12:22 PM, A
:[EMAIL PROTECTED]
Sent: 27 July 2005 17:36
To: java-user@lucene.apache.org
Subject: Re: Quick newbie question
On Jul 27, 2005, at 12:22 PM, Andrew Boyd wrote:
Of course you can do the inverse of what Erik said.
That is search for a term that you know is not in the index and use
the NOT operator
On Jul 27, 2005, at 12:40 PM, Peter Gelderbloem wrote:
I wonder what would happen
An exception :)
Peter Gelderbloem -Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: 27 July 2005 17:36
To: java-user@lucene.apache.org
Subject: Re: Quick newbie question
On Jul 27
I wonder what would happen
Peter Gelderbloem -Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: 27 July 2005 17:36
To: java-user@lucene.apache.org
Subject: Re: Quick newbie question
On Jul 27, 2005, at 12:22 PM, Andrew Boyd wrote:
> Of course you can do the inve
ndrew
-Original Message-
From: Erik Hatcher <[EMAIL PROTECTED]>
Sent: Jul 27, 2005 10:49 AM
To: java-user@lucene.apache.org
Subject: Re: Quick newbie question
On Jul 27, 2005, at 11:07 AM, Federico Tonioni wrote:
Hi all!
I have just a simple question
How can I retrieve all docu
Of course you can do the inverse of what Erik said.
That is search for a term that you know is not in the index and use the NOT
operator.
Andrew
-Original Message-
From: Erik Hatcher <[EMAIL PROTECTED]>
Sent: Jul 27, 2005 10:49 AM
To: java-user@lucene.apache.org
Subject: Re:
On Jul 27, 2005, at 11:07 AM, Federico Tonioni wrote:
Hi all!
I have just a simple question
How can I retrieve all documents in an index by using QueryParser?
I thought
Query query = QueryParser.parse("*", "contents",
new StandardAnalyzer());
might be the solution, but it