Hello, To support payloads we rewrite SynonymQuery to a pair of SpanTerm queries which we then can wrap in the PayloadScoreQuery. This is not the right way to do this because if both clauses match, both are also scored. We could try to rewrite SynonymQuery to a SpanOrQuery but i suppose that would also cause both clauses to score if they match.
So, how can i transform a SynonymQuery into something that i can wrap into PayloadScoreQuery on Lucene/Solr 7.x? Many thanks, Markus --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org