jenkins-bot has submitted this change and it was merged.

Change subject: Turn off A/B test for search lang detect via accept-language
......................................................................


Turn off A/B test for search lang detect via accept-language

Bug: T119529
Change-Id: Idb7a0cccb4d28e4ff061ad9219687637e8625524
---
M wmf-config/InitialiseSettings.php
1 file changed, 0 insertions(+), 35 deletions(-)

Approvals:
  EBernhardson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 08fbea1..d3b8a02 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -15653,41 +15653,6 @@
 
 'wmgCirrusSearchUserTesting' => array(
        'default' => array(
-               'multilang-accept-lang' => array(
-                       'sampleRate' => 7,
-                       'buckets' => array(
-                               // control bucket, setup threshold and detector 
but don't turn on the alt
-                               // language query.
-                               'a' => array(
-                                       'wgCirrusSearchEnableAltLanguage' => 
false,
-                                       'wgCirrusSearchInterwikiThreshold' => 3,
-                                       'wgCirrusSearchLanguageDetectors' => 
array(
-                                               'accept-lang' => 
'CirrusSearch\Searcher::detectLanguageViaAcceptLang',
-                                               'es-plugin' => 
'CirrusSearch\Searcher::detectLanguageViaES',
-                                       ),
-                               ),
-                               // test bucket, try accept-lang and append 
results if < 1 results found
-                               'b' => array(
-                                       'wgCirrusSearchEnableAltLanguage' => 
true,
-                                       'wgCirrusSearchInterwikiProv' => 
'iwsw4',
-                                       'wgCirrusSearchInterwikiThreshold' => 1,
-                                       'wgCirrusSearchLanguageDetectors' => 
array(
-                                               'accept-lang' => 
'CirrusSearch\Searcher::detectLanguageViaAcceptLang',
-                                               'es-plugin' => 
'CirrusSearch\Searcher::detectLanguageViaES',
-                                       ),
-                               ),
-                               // test bucket, try accept-lang and append 
results if < 3 results found
-                               'c' => array(
-                                       'wgCirrusSearchEnableAltLanguage' => 
true,
-                                       'wgCirrusSearchInterwikiProv' => 
'iwsw5',
-                                       'wgCirrusSearchInterwikiThreshold' => 3,
-                                       'wgCirrusSearchLanguageDetectors' => 
array(
-                                               'accept-lang' => 
'CirrusSearch\Searcher::detectLanguageViaAcceptLang',
-                                               'es-plugin' => 
'CirrusSearch\Searcher::detectLanguageViaES',
-                                       ),
-                               ),
-                       ),
-               ),
        ),
 ),
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idb7a0cccb4d28e4ff061ad9219687637e8625524
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to