Shui Cheung Yip/JerseyCity/iNautix is out of the office.

2003-12-28 Thread syip
I will be out of the office starting 12/25/2003 and will not return until 01/05/2004. I will be out of the office starting 12/25/2003 and will not return until 01/05/2003. I will respond to your message when I return. If this is an emergency, please call me at 201-679-3185. Thank you. --

Re: Query Parser AND / OR

2003-12-28 Thread Erik Hatcher
Morus, I haven't had time to think through all of the issues and the patch you submitted, but I suggest that you go ahead and attach this to a Bugzilla issue so that it can be addressed more formally and avoid being lost in the mounds of e-mail we all get. Thanks, Erik On Dec 28, 2003,

RE: Query Parser AND / OR

2003-12-28 Thread Morus Walter
Morus Walter writes: > > I attached the patch (made against 1.3rc3 but working for 1.3final as well) > and a test program. Seems the attachments got stripped... So once again: The patch: ===File lucene/QueryParser.jj.patch=== *** QueryParser.jj.org Mon Dec 22 11:47:30 2003 --- Que

RE: Query Parser AND / OR

2003-12-28 Thread Morus Walter
Jamie Stallwood wrote: > What Morus is saying is right, an expression without parenthesis, when > interpreted, assumes terms on either side of an AND clause are compulsory > terms, and any terms on either side of an OR clause are optional. However, > if you combine AND and OR in an expression, the