Sanyi writes:
> Thanx for your replies guys.
> 
> Now, I was trying to locate the latest patch for this "problem group", and 
> the last thread I've
> read about this is:
> http://issues.apache.org/bugzilla/show_bug.cgi?id=25820
> It ends with an open question from Morus:
> "If you want me to change the patch, let me know. That no big deal."
> 
> Did you change the patch since then?
> 
No. But this is an independent issue from the `stopword AND word' problem.
The `stopword AND word' problem just has to be taken care of in that context
also.
Bug 25820 basically is about better handling of AND and OR in a query.
Currently `a AND b OR c AND d'  equals  `a AND b AND c AND d' in query 
parser.

> Can I simply download the latest compiled development version of lucene.jar 
> and will it fix my
> problem?
> 
If there are no current nightly builds, I guess you will have to get the
sources it from cvs directly.

But the fix seems to be included in 1.4.2.
see 
http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.96.2.4
item 5

Morus


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to