(index) Adjust ranking parameters to dial down the importance of tcfProximity and firstPosition

This commit is contained in:
Viktor Lofgren 2024-09-29 15:33:12 +02:00
parent 938431e514
commit 2ee58f4bc9

View File

@ -51,8 +51,8 @@ public class ResultRankingParameters {
.shortSentencePenalty(5)
.bm25Weight(1.)
.tcfVerbatim(2.)
.tcfProximity(2.)
.tcfFirstPosition(25)
.tcfProximity(1.)
.tcfFirstPosition(5)
.temporalBias(TemporalBias.NONE)
.temporalBiasWeight(5.0)
.exportDebugData(false)