Manybubbles has uploaded a new change for review.

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

Change subject: Change banned Elasticsearch plugins
......................................................................

Change banned Elasticsearch plugins

The hebrew plugin is a bit unstable - it'll crash some searches.
The unicode plugin should just be better.  Hopefully.  We'll deploy it in
phases by doing in place reindexes in this order:
group0
hebrew wikis

Then we'll wait a few days for soaking, then do group1, soak a few days,
then group2.

Change-Id: I19b5fe468abf4de56b5e446b4606d60b97afb729
---
M wmf-config/CirrusSearch-common.php
M wmf-config/CirrusSearch-labs.php
M wmf-config/CirrusSearch-production.php
3 files changed, 3 insertions(+), 3 deletions(-)


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

diff --git a/wmf-config/CirrusSearch-common.php 
b/wmf-config/CirrusSearch-common.php
index ac2037d..7967483 100644
--- a/wmf-config/CirrusSearch-common.php
+++ b/wmf-config/CirrusSearch-common.php
@@ -40,6 +40,9 @@
 # Raise the refresh interval to save some CPU at the cost of being slightly 
less realtime.
 $wgCirrusSearchRefreshInterval = 30;
 
+# Ban the hebrew plugin, it is unstable
+$wgCirrusSearchBannedPlugins[] = 'elasticsearch-analysis-hebrew';
+
 # Settings customized per index.
 $wgCirrusSearchShardCount = $wmgCirrusSearchShardCount;
 $wgCirrusSearchUseAggressiveSplitting = $wmgCirrusSearchUseAggressiveSplitting;
diff --git a/wmf-config/CirrusSearch-labs.php b/wmf-config/CirrusSearch-labs.php
index a37629c..98da557 100644
--- a/wmf-config/CirrusSearch-labs.php
+++ b/wmf-config/CirrusSearch-labs.php
@@ -27,4 +27,3 @@
 
 $wgCirrusSearchUseExperimentalHighlighter = true;
 $wgCirrusSearchOptimizeIndexForExperimentalHighlighter = true;
-$wgCirrusSearchBannedPlugins[] = 'elasticsearch-analysis-hebrew';
diff --git a/wmf-config/CirrusSearch-production.php 
b/wmf-config/CirrusSearch-production.php
index 849e824..89b7c00 100644
--- a/wmf-config/CirrusSearch-production.php
+++ b/wmf-config/CirrusSearch-production.php
@@ -28,5 +28,3 @@
        $wgCirrusSearchInterwikiSources = $interwikiSearchConf;
        $wgCirrusSearchInterwikiCacheTime = 60;
 }
-
-$wgCirrusSearchBannedPlugins[] = 'analysis-icu';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I19b5fe468abf4de56b5e446b4606d60b97afb729
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>

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

Reply via email to