Re: [CLucene-dev] Wildcardquery bug in constructor

2010-12-24 Thread Itamar Syn-Hershko
Merged to master. Thanks. Itamar. On 18/11/2010 10:37 AM, Šplíchal Jiří wrote: Hello, there is a bug in the constructor of the wildcard query setting the termContainsWildcard member variable. The existing test checked if at least one of the chars *? was NOT contained in the string inst

[CLucene-dev] Wildcardquery bug in constructor

2010-11-18 Thread Šplíchal Jiří
Hello, there is a bug in the constructor of the wildcard query setting the termContainsWildcard member variable. The existing test checked if at least one of the chars *? was NOT contained in the string instead of checking that at least one IS contained. I pushed the fix to the wildcar