jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/365653 )
Change subject: Fix readme to state that es5 is the sole version supported ...................................................................... Fix readme to state that es5 is the sole version supported This version is affected as well. Change-Id: Icef46529745ad63fe1744e9bdd83433ec2d06b13 (cherry picked from commit 262ab1f46391fc2feae5f5c75968e62959f0f394) --- M README 1 file changed, 10 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified DCausse: Looks good to me, approved diff --git a/README b/README index f76813f..3162216 100644 --- a/README +++ b/README @@ -3,8 +3,16 @@ Installation ------------ -Get Elasticsearch up and running somewhere. Elasticsearch v2.x is only supported but 2.3.3 is highly -recommended if you plan to use the wikimedia elasticsearch plugins. +Get Elasticsearch up and running somewhere. Elasticsearch v5.x is only supported but 5.3.1 or higher is +recommended. + +KNOWN ISSUES +------------ +All elastic versions prior to 5.3.1 have bugs that affect CirrusSearch: +- elastic versions before 5.3.x requires the following config in your LocalSettings.php: + $CirrusSearchElasticQuirks = [ 'query_string_max_determinized_states' => true ]; +- elastic versions before 5.3.1 suffer from a bug that prevent an index to be reindexed + properly without missing docs when using multiple elasticsearch machines 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.) -- To view, visit https://gerrit.wikimedia.org/r/365653 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icef46529745ad63fe1744e9bdd83433ec2d06b13 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/CirrusSearch Gerrit-Branch: REL1_29 Gerrit-Owner: MacFan4000 <[email protected]> Gerrit-Reviewer: DCausse <[email protected]> Gerrit-Reviewer: EBernhardson <[email protected]> Gerrit-Reviewer: Gehel <[email protected]> Gerrit-Reviewer: Smalyshev <[email protected]> Gerrit-Reviewer: Tjones <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
