(ranking) Reduce the verbatim score multiplier

This commit is contained in:
Viktor Lofgren 2024-11-28 13:37:11 +01:00
parent 7b64377fd6
commit c97c66a41c

View File

@ -74,7 +74,7 @@ public class ResultRankingParameters {
.shortSentenceThreshold(2)
.shortSentencePenalty(5)
.bm25Weight(1.)
.tcfVerbatim(2.)
.tcfVerbatim(1.)
.tcfProximity(1.)
.tcfFirstPosition(5)
.temporalBias(TemporalBias.NONE)