Hey
Is it possible in some way to multiply the scores of two boolean queries?
I now BoolQuery.Should can add the scores together, but not multiply.
Another possibility is function scores, but here I can only provide a filter, and not ie a boolQuery, so I can not use the score of the filter (since it is not scoring).
I can use script_score, but then I have to express my boolQuery in a script, and that is tricky.
Any help is appreciated
/Jens