Have you tried CustomScoreQuery/CustomScoreProvider? Complicated but powerful.
-- Ian. On Mon, Jul 25, 2011 at 9:29 AM, Pavel Goncharik <[email protected]> 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 > 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. CustomScoreQuery or custom > Similarity) would not help me in this case. > > Thanks in advance for helping! > > - Pavel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
