2011/2/7 Itamar Syn-Hershko :
> Hi Veit, good catch!
>
>
> That is quite a straight-forward fix, can you please merge it to master?
Done.
Veit
--
The modern datacenter depends on network connectivity to access resources
Hi Veit, good catch!
That is quite a straight-forward fix, can you please merge it to master?
Itamar.
On 7/2/2011 5:36 PM, Veit Jahns wrote:
> Hi,
>
> one of my colleagues found a bug in BooleanScorer2. Due to an
> erroneous port of the Java code prohibited scorers were never used in
> the s
Hi,
one of my colleagues found a bug in BooleanScorer2. Due to an
erroneous port of the Java code prohibited scorers were never used in
the score() method. Test case and fix are pushed to the branch
BooleanScorer2_fix [1]. I added a MockScorer and MockHitCollector to
create this test case. Maybe t