Manybubbles has uploaded a new change for review. https://gerrit.wikimedia.org/r/178201
Change subject: Update installation instructions after release ...................................................................... Update installation instructions after release Change-Id: Id69ec70b4495209587af41fea54d111b36d7e42c --- M README.md 1 file changed, 7 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/search/highlighter refs/changes/01/178201/1 diff --git a/README.md b/README.md index 0cbbaca..df7fe7c 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,17 @@ | Experimental Highlighter Plugin | ElasticSearch | |---------------------------------|-----------------| -| master | 1.4.1 | +| 1.4.0, master branch | 1.4.1 | | 0.0.11 -> 0.0.13, 1.3 branch | 1.3.0 -> 1.3.6 | | 0.0.10 | 1.2.0 | | 0.0.1 -> 0.0.9 | 1.1.0 | -Install it like so for Elasticsearch 1.3.x: +Install it like so for Elasticsearch 1.4.x: +```bash +./bin/plugin --install org.wikimedia.search.highlighter/experimental-highlighter-elasticsearch-plugin/1.4.0 +``` + +and for Elasticsearch 1.3.x: ```bash ./bin/plugin --install org.wikimedia.search.highlighter/experimental-highlighter-elasticsearch-plugin/0.0.13 ``` -- To view, visit https://gerrit.wikimedia.org/r/178201 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id69ec70b4495209587af41fea54d111b36d7e42c Gerrit-PatchSet: 1 Gerrit-Project: search/highlighter Gerrit-Branch: master Gerrit-Owner: Manybubbles <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
