Hi folks,
It is the first time that I implement a search with Lucene, so please don't
laugh if my question seam trivial.
When I enter some text in my free text search the query gets build correctly
but when I enter number (as string) the query parser seam to ignore them.
What am I doing wrong?
Thanks for the link.
Cheers
Chris
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: 01 July 2005 15:11
To: java-user@lucene.apache.org
Subject: Re: free text search with numbers
On Jul 1, 2005, at 8:06 AM, BOUDOT Christian wrote:
> It is the first time tha
ik Hatcher [mailto:[EMAIL PROTECTED]
Sent: 01 July 2005 15:11
To: java-user@lucene.apache.org
Subject: Re: free text search with numbers
On Jul 1, 2005, at 8:06 AM, BOUDOT Christian wrote:
> It is the first time that I implement a search with Lucene, so
> please don't
> laugh if
--
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: 04 July 2005 16:15
To: java-user@lucene.apache.org
Subject: Re: free text search with numbers
On Jul 4, 2005, at 9:02 AM, BOUDOT Christian wrote:
> Hi,
>
> I modified the analyzer (it is now vegetarian and won't eat numbers
ering with a copy of Lucene's
source code you can run the Ant target "javacc" and you must have
JavaCC installed per the build instructions.
Erik
On Jul 4, 2005, at 11:38 AM, BOUDOT Christian wrote:
> I have found in the QueryParser.jj those lines of comments:
>
ssage-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: 05 July 2005 11:59
To: java-user@lucene.apache.org
Subject: Re: free text search with numbers
On Jul 5, 2005, at 2:26 AM, BOUDOT Christian wrote:
> :-) I changed the main lines and compiled the QueryParser.java
> after that I
"*term" or suffix queries
a few months ago I submitted the correct grammar that enables
suffix queries.
Best,
Sergiu
BOUDOT Christian wrote:
>I have found in the QueryParser.jj those lines of comments:
>
>// OG: to support prefix queries:
>// http://nagoya.apache.org/bu