Re: [CLucene-dev] ConstantScoreQuery / ConstantWeight problem

2010-08-06 Thread Itamar Syn-Hershko
> > Hello Itamar, > > I ported the TestConstantScoreRangeQuery test - and was able to find > one small bug in the ConstantScoreRangeQuery. > Should I send you the files per Email? I don't know how to generate a > patch but I had to modify the TestRangeFilter.cpp because it defines > the base class

Re: [CLucene-dev] ConstantScoreQuery / ConstantWeight problem

2010-08-06 Thread Šplíchal Jiří
tamar Syn-Hershko [mailto:ita...@code972.com] Sent: Thursday, August 05, 2010 8:12 PM To: clucene-developers@lists.sourceforge.net Subject: Re: [CLucene-dev] ConstantScoreQuery / ConstantWeight problem Jiri, Thanks for the detailed reports. We are following Java Lucene's implementation quit

Re: [CLucene-dev] ConstantScoreQuery / ConstantWeight problem

2010-08-05 Thread Itamar Syn-Hershko
Jiri, Thanks for the detailed reports. We are following Java Lucene's implementation quite strictly. If you'll compare \search\ConstantScoreQuery.java from 2.3.2 to CLucene's code you'll see we did exactly what the original code did, except for resolving Java/C++ difference in scoping (enclose