Re: QueryParser: "[stopword] AND something" throws Exception

2004-11-12 Thread Peter Pimley
Thanks for pointing that out, and sorry for reporting a duplicate bug. I went here: http://jakarta.apache.org/site/binindex.cgi and the lucene link about halfway down the page links to 1.4-final. I didn't find my way to the page that announces 1.4.2. I'll install 1.4.2 on Monday morning, which

Re: QueryParser: "[stopword] AND something" throws Exception

2004-11-12 Thread Daniel Naber
On Friday 12 November 2004 17:52, Peter Pimley wrote: > [this is using lucene-1.4-final] Please try 1.4.2. Regards Daniel -- http://www.danielnaber.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: QueryParser: "[stopword] AND something" throws Exception

2004-11-12 Thread Justin Swanhart
er Pimley [mailto:[EMAIL PROTECTED] > Sent: Friday, November 12, 2004 11:52 AM > To: Lucene Users List > Subject: QueryParser: "[stopword] AND something" throws Exception > > [this is using lucene-1.4-final] > > Hello. > > I have just encountered a way to get the

RE: QueryParser: "[stopword] AND something" throws Exception

2004-11-12 Thread Will Allen
Holy cow! This does happen! -Original Message- From: Peter Pimley [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 11:52 AM To: Lucene Users List Subject: QueryParser: "[stopword] AND something" throws Exception [this is using lucene-1.4-final] Hello. I

QueryParser: "[stopword] AND something" throws Exception

2004-11-12 Thread Peter Pimley
[this is using lucene-1.4-final] Hello. I have just encountered a way to get the QueryParser to throw an ArrayIndexOutOfBoundsException. It can be recreated with the demo org.apache.lucene.demo.SearchFiles program. The way to trigger it is to parse a query of the form: "a AND b" ...where 'a'