mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(ranking) Reduce the verbatim score multiplier
This commit is contained in:
parent
7b64377fd6
commit
c97c66a41c
@ -74,7 +74,7 @@ public class ResultRankingParameters {
|
|||||||
.shortSentenceThreshold(2)
|
.shortSentenceThreshold(2)
|
||||||
.shortSentencePenalty(5)
|
.shortSentencePenalty(5)
|
||||||
.bm25Weight(1.)
|
.bm25Weight(1.)
|
||||||
.tcfVerbatim(2.)
|
.tcfVerbatim(1.)
|
||||||
.tcfProximity(1.)
|
.tcfProximity(1.)
|
||||||
.tcfFirstPosition(5)
|
.tcfFirstPosition(5)
|
||||||
.temporalBias(TemporalBias.NONE)
|
.temporalBias(TemporalBias.NONE)
|
||||||
|
Loading…
Reference in New Issue
Block a user