Aude has uploaded a new change for review. https://gerrit.wikimedia.org/r/142234
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch refs/changes/34/142234/1 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: newchange Gerrit-Change-Id: Ib5e57c4e628fc6d7763d10666fcaf5cf4af12c83 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CirrusSearch Gerrit-Branch: master Gerrit-Owner: Aude <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
