Re: Query parser.parse (line);

2006-08-23 Thread Mag Gam
Very good advice! With the previous code you gave me, I was able to get everything for 2.0! good call! On 8/23/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: On Aug 23, 2006, at 8:45 PM, Mag Gam wrote: > I am looking at this page > http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.

Re: Query parser.parse (line);

2006-08-23 Thread Erik Hatcher
On Aug 23, 2006, at 8:45 PM, Mag Gam wrote: I am looking at this page http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html Any chance there is a new version for 2.0? Or are there any 2.0 examples (other than the stock example)? No, that article has not been updated for the 2.

Re: Query parser.parse (line);

2006-08-23 Thread Mag Gam
Hi Erik, thanks for the quick reply I am looking at this page http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html Any chance there is a new version for 2.0? Or are there any 2.0 examples (other than the stock example)? On 8/23/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: On A

Re: Query parser.parse (line);

2006-08-23 Thread Erik Hatcher
On Aug 23, 2006, at 7:24 PM, Mag Gam wrote: I am trying to do a Query parse line in a doGET method (J2EE). I keep getting this type of message; unreported exception org.apache.lucene.queryParser.ParseException; must be caught or declared to be thrown Anyone have an example of a Class being

Query parser.parse (line);

2006-08-23 Thread Mag Gam
Hi All, I am trying to do a Query parse line in a doGET method (J2EE). I keep getting this type of message; unreported exception org.apache.lucene.queryParser.ParseException; must be caught or declared to be thrown Anyone have an example of a Class being thrown an exception? I would kindly app