RE: free text search with numbers

2005-07-05 Thread BOUDOT Christian
Thanks for the hint. Cheers Chris -Original Message- From: sergiu gordea [mailto:[EMAIL PROTECTED] Sent: 05 July 2005 10:02 To: java-user@lucene.apache.org Subject: Re: free text search with numbers Hi Christian, That syntax is not entirely correct. Search in the mailing list for

RE: free text search with numbers

2005-07-05 Thread BOUDOT Christian
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

Re: free text search with numbers

2005-07-05 Thread Erik Hatcher
needs another step of generation besides just compilation of the .java file. Erik Cheers Chris -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: 04 July 2005 18:33 To: java-user@lucene.apache.org Subject: Re: free text search with numbers A couple of sanity c

Re: free text search with numbers

2005-07-05 Thread sergiu gordea
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 anymore :-) but I have hit a new problem. The parser won't ac

RE: free text search with numbers

2005-07-04 Thread BOUDOT Christian
:[EMAIL PROTECTED] Sent: 04 July 2005 18:33 To: java-user@lucene.apache.org Subject: Re: free text search with numbers A couple of sanity checks... you changes the main lines, not the comments I hope :) And also, you need to rebuild the parser code by running JavaCC on it. If you're tink

Re: free text search with numbers

2005-07-04 Thread Erik Hatcher
to this .jj file or is it read when the QueryParser.java file is compiled? Cheers Chris -Original Message- 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, BOUD

RE: free text search with numbers

2005-07-04 Thread BOUDOT Christian
-- 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

Re: free text search with numbers

2005-07-04 Thread Erik Hatcher
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 anymore :-) but I have hit a new problem. The parser won't accept a keyword to start with a wildcard character. (*/12/2003) Any hints to solve this new issue? Thi

RE: free text search with numbers

2005-07-04 Thread BOUDOT Christian
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

RE: free text search with numbers

2005-07-01 Thread BOUDOT Christian
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

Re: free text search with numbers

2005-07-01 Thread Erik Hatcher
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 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 parse