jenkins-bot has submitted this change and it was merged. Change subject: Add doc for wgCirrusSearchTextcatLanguages in CirrusSearch.php ......................................................................
Add doc for wgCirrusSearchTextcatLanguages in CirrusSearch.php Change-Id: I2832b840a5773cccbc3a7f13bd29300a86fa1513 --- M CirrusSearch.php 1 file changed, 6 insertions(+), 0 deletions(-) Approvals: Smalyshev: Looks good to me, approved jenkins-bot: Verified diff --git a/CirrusSearch.php b/CirrusSearch.php index 39e821e..3dec549 100644 --- a/CirrusSearch.php +++ b/CirrusSearch.php @@ -867,6 +867,12 @@ $wgCirrusSearchTextcatModel = false; /** + * Limit the set of languages detected by Textcat. + * Useful when some languages in the model have very bad precision, e.g.: + * $wgCirrusSearchTextcatLanguages = array( 'ar', 'it', 'de' ); + */ + +/** * Overrides the master timeout on cluster wide actions, such as mapping updates. * It may be necessary to increase this on clusters that support a large number * of wiki's. -- To view, visit https://gerrit.wikimedia.org/r/272462 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2832b840a5773cccbc3a7f13bd29300a86fa1513 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/CirrusSearch Gerrit-Branch: master Gerrit-Owner: DCausse <[email protected]> Gerrit-Reviewer: Cindy-the-browser-test-bot <[email protected]> Gerrit-Reviewer: Manybubbles <[email protected]> Gerrit-Reviewer: Smalyshev <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
