(index) Adjust sensible defaults for ranking parameters

This commit is contained in:
Viktor Lofgren 2024-08-25 11:24:16 +02:00
parent 9aa8f13731
commit 4fbcc02f96

View File

@ -50,8 +50,8 @@ public class ResultRankingParameters {
.shortSentenceThreshold(2)
.shortSentencePenalty(5)
.bm25Weight(1.)
.tcfVerbatim(1.)
.tcfProximity(1.)
.tcfVerbatim(2.)
.tcfProximity(2.)
.tcfFirstPosition(25)
.temporalBias(TemporalBias.NONE)
.temporalBiasWeight(1. / (5.))