Re: [CLucene-dev] (Fixed) Bug in BooleanScorer2 with prohibited scorers

2011-02-07 Thread Veit Jahns
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

Re: [CLucene-dev] (Fixed) Bug in BooleanScorer2 with prohibited scorers

2011-02-07 Thread Itamar Syn-Hershko
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

[CLucene-dev] (Fixed) Bug in BooleanScorer2 with prohibited scorers

2011-02-07 Thread Veit Jahns
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