>
> 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
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.
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
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