mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(index) Adjust sensible defaults for ranking parameters
This commit is contained in:
parent
9aa8f13731
commit
4fbcc02f96
@ -50,8 +50,8 @@ public class ResultRankingParameters {
|
|||||||
.shortSentenceThreshold(2)
|
.shortSentenceThreshold(2)
|
||||||
.shortSentencePenalty(5)
|
.shortSentencePenalty(5)
|
||||||
.bm25Weight(1.)
|
.bm25Weight(1.)
|
||||||
.tcfVerbatim(1.)
|
.tcfVerbatim(2.)
|
||||||
.tcfProximity(1.)
|
.tcfProximity(2.)
|
||||||
.tcfFirstPosition(25)
|
.tcfFirstPosition(25)
|
||||||
.temporalBias(TemporalBias.NONE)
|
.temporalBias(TemporalBias.NONE)
|
||||||
.temporalBiasWeight(1. / (5.))
|
.temporalBiasWeight(1. / (5.))
|
||||||
|
Loading…
Reference in New Issue
Block a user