EBernhardson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/235055

Change subject: Configure titlesuggest index for dewiki and enwiki
......................................................................

Configure titlesuggest index for dewiki and enwiki

Discovery department is going to run a few tests on dewiki and
enwiki with a new completion suggestions algorithm. These variables
provide guidence on the nunumber of shards and replicas for these
test indexes.

Bug: T110922
Change-Id: Iac32e6e736d494671bbb0b52c2f7b52db136b2a8
---
M wmf-config/InitialiseSettings.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/55/235055/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 7c576a4..7042fc1 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -15223,11 +15223,11 @@
        // very very common.
        'commonswiki' => array( 'content' => 1, 'general' => 10, 'file' => 7 ),
        'dawiki' => array( 'content' => 2, 'general' => 1 ),
-       'dewiki' => array( 'content' => 7, 'general' => 10 ),
+       'dewiki' => array( 'content' => 7, 'general' => 10, 'titlesuggest' => 4 
),
        'dewikisource' => array( 'content' => 3, 'general' => 1 ),
        'elwiki' => array( 'content' => 2, 'general' => 1 ),
        // These shards are also significantly larger than the target 2GB.
-       'enwiki' => array( 'content' => 7, 'general' => 10 ),
+       'enwiki' => array( 'content' => 7, 'general' => 10, 'titlesuggest' => 4 
),
        'enwikinews' => array( 'content' => 1, 'general' => 4 ),
        'enwikisource' => array( 'content' => 7, 'general' => 1 ),
        'enwiktionary' => array( 'content' => 5, 'general' => 2 ),
@@ -15278,7 +15278,7 @@
 // Most wikis are fine with 0-2 replicas for all indexes
 // some of the larger ones will want more replicas for content indexes
 'wmgCirrusSearchReplicas' => array(
-       'default' => array( 'content' => '0-2', 'general' => '0-2' ),
+       'default' => array( 'content' => '0-2', 'general' => '0-2', 
'titlesuggest' => '0-2' ),
        '+commonswiki' => array( 'file' => '0-3' ),
        '+dewiki' => array( 'content' => '0-3' ),
        '+enwiki' => array( 'content' => '0-3' ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac32e6e736d494671bbb0b52c2f7b52db136b2a8
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>

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

Reply via email to