Re: boolean score calculation

2012-03-28 Thread Robert Muir
On Tue, Mar 27, 2012 at 5:58 PM, Pavel Goncharik wrote: > 1) do I miss something in Lucene 3 or 4? > 2) wouldn't it be much more flexible, if there was an easy-to-override > method/parameter in e.g. Similarity or BooleanQuery, to be invoked by > boolean scorers for calculating compound score of bo

Re: boolean score calculation

2012-03-27 Thread Pavel Goncharik
Dear Lucene users and developers, sorry for getting back to this old subject, but we are in the position of re-evaluating our current implementation, which uses re-compiled version of Lucene 3 with boolean scorers multiplying sub-scores. I was hoping that "flexible ranking" in Lucene 4 will provid

Re: boolean score calculation

2011-07-26 Thread Ian Lea
Have you tried CustomScoreQuery/CustomScoreProvider? Complicated but powerful. -- Ian. On Mon, Jul 25, 2011 at 9:29 AM, Pavel Goncharik wrote: > Hi, > > as far as I can see, boolean scorers always sum up scores of their > sub-scorers. It works, but in case of my application it's required to >