mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
(index) Adjust ranking parameters to dial down the importance of tcfProximity and firstPosition
This commit is contained in:
parent
938431e514
commit
2ee58f4bc9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user