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
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
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