Re: boolean score calculation

2012-03-27 Thread Pavel Goncharik
meter in e.g. Similarity or BooleanQuery, to be invoked by boolean scorers for calculating compound score of boolean sub-clauses? On Tue, Jul 26, 2011 at 1:00 PM, Ian Lea wrote: > Have you tried CustomScoreQuery/CustomScoreProvider?  Complicated but > powerful. > > > -- > I

multiply sub-scores in boolean query

2011-07-17 Thread Pavel Goncharik
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 multiply sub-scores. Is there a simple/efficient way to do this (apart from modifying lucene's source code)? It seems to me that standard tricks (e.g. Custom

boolean score calculation

2011-07-25 Thread Pavel Goncharik
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 multiply sub-scores. Is there a simple/efficient way to do this (apart from modifying lucene's source code)? It seems to me that standard tricks (e.g. Custom