Sanyi writes: > > This query works as expected: > validword AND stopword > (throws out the stopword part and searches for validword) > > This query seems to crash: > stopword AND validword > (java.lang.ArrayIndexOutOfBoundsException: -1) > > Maybe it can't handle the case if it had to remove the very first part of the > query?! > Can anyone else test this for me? How can I overcome this problem? > see bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=9110
Morus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
