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

Change subject: Add note in README about script.disable_dynamic setting
......................................................................


Add note in README about script.disable_dynamic setting

this setting needs to be set to false to allow CirrusSearch
to work together with Elasticsearch 1.2.0 and higher.

Change-Id: Ib5e57c4e628fc6d7763d10666fcaf5cf4af12c83
---
M README
1 file changed, 9 insertions(+), 1 deletion(-)

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



diff --git a/README b/README
index 21d9ef5..a61b044 100644
--- a/README
+++ b/README
@@ -6,7 +6,15 @@
 Get Elasticsearch up and running somewhere.  0.90.10 and above are all fine 
but 1.0 will be supported
 for longer.
 
-Fetch this plugin plugin into your extensions directory.
+CirrusSearch makes use of the dynamic scripting feature in Elasticsearch for 
improved performance.
+With Elasticsearch 1.2.0 and higher, dynamic scripting is disabled per default 
but can and
+needs to be enabled for Cirrus.
+
+In the elasticsearch.yml config, add:
+
+ script.disable_dynamic: false
+
+Then place the CirrusSearch extension in your extensions directory.
 Make sure you have the curl php library installed (sudo apt-get install 
php5-curl in Debian.)
 You also need to install the Elastica MediaWiki extension.
 Add this to LocalSettings.php:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib5e57c4e628fc6d7763d10666fcaf5cf4af12c83
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to