jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/386462 )

Change subject: Set links weight back to old value
......................................................................


Set links weight back to old value

Seems to work better and matches what we had before for non-disambig
entities.

Bug: T148411
Change-Id: Id77d20cb17533478115dbbce14bf4d25803732d3
---
M repo/config/ElasticSearchRescoreFunctions.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Thiemo Mättig (WMDE): Looks good to me, approved



diff --git a/repo/config/ElasticSearchRescoreFunctions.php 
b/repo/config/ElasticSearchRescoreFunctions.php
index 303fb52..f6f4ee0 100644
--- a/repo/config/ElasticSearchRescoreFunctions.php
+++ b/repo/config/ElasticSearchRescoreFunctions.php
@@ -28,7 +28,7 @@
                        [
                                // Incoming links: k = 50
                                'type' => 'satu',
-                               'weight' => '0.5',
+                               'weight' => '0.6',
                                'params' => [ 'field' => 'incoming_links', 
'missing' => 0, 'a' => 2 , 'k' => 50 ]
                        ],
                        [

-- 
To view, visit https://gerrit.wikimedia.org/r/386462
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id77d20cb17533478115dbbce14bf4d25803732d3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <smalys...@wikimedia.org>
Gerrit-Reviewer: DCausse <dcau...@wikimedia.org>
Gerrit-Reviewer: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to