-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Hi,
When I wrap a PayloadScoreQuery in a Boost query, I would expect the score from PayloadScoreQuery to be boosted. It isn't the case : the score from the Boost query is the same than the score coming from PayloadScoreQuery.
It isn't the case in Lucene. In Lucene, the score of the PayloadScoreQuery is boosted.
I'm uploading a test case made from com.qwazr.search.query.PayloadScoreQueryTest (see the method testWithBoost)
Regards