Re: [CLucene-dev] BitSet bug

2010-08-06 Thread Itamar Syn-Hershko
> > Hello, > I added a test to the TestBitSet.cpp file that test this issue. > How can I send it to you? > Send it on the list, or to me privately, prefferably as a patch / diff. > I will now try to write test for the constant score query, because it is not > working correctly. > It does not

Re: [CLucene-dev] BitSet bug

2010-08-06 Thread Šplíchal Jiří
ershko [mailto:[email protected]] Sent: Thursday, August 05, 2010 8:24 PM To: [email protected] Subject: Re: [CLucene-dev] BitSet bug It makes sense, and I updated the code accordingly. Can you write a small test proving this issue (and that it is resolved now)? Thanks.

Re: [CLucene-dev] BitSet bug

2010-08-05 Thread Itamar Syn-Hershko
It makes sense, and I updated the code accordingly. Can you write a small test proving this issue (and that it is resolved now)? Thanks. Itamar. > Hello, > > I am testing my queries while having following test case: > > given > CL_NS(search)::Query * pQuery > then > result of pQuery

[CLucene-dev] BitSet bug

2010-08-05 Thread Šplíchal Jiří
Hello, I am testing my queries while having following test case: given CL_NS(search)::Query * pQuery then result of pQuery must equal to (except of score, ofcourse) result of new CL_NS(search)::ConstantScoreQuery( new CL_NS(search)::QueryFilter( pQuery )); This test has