Re: Coord issue

2012-08-08 Thread Robert Muir
Hi Pascal! Thanks for reporting this. I'm pretty positive its a bug in BooleanScorer2 (i think in dualConjunctionSumScorer method). I modified TestBoolean2.testRandomQueries to: 1. sometimes add phrase queries (so we don't get the optimized ConjunctionTermScorer, but BooleanScorer2 for conjunction

Coord issue

2012-08-08 Thread Pascal Chollet
Hi We are using Solr 4 with a custom query tree. For boolean queries, the score should not just be the sum of all sub-scores, but instead it should be the mean value of all the sub-scores, which is equal to dividing the sum of the sub-scores by the number of sub-scorers. To achieve this, I wan