Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Merge branch 'master' into 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
papahigh authored Oct 7, 2020
2 parents f468321 + 2e5184e commit d67798a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ where `*URL*` points to zip file of the appropriate release which corresponds to

IMPORTANT: The plugin must be installed on every node in the cluster, and each node must be restarted after installation.

E.g., command for Elasticsearch 7.3.0
E.g., command for Elasticsearch 7.6.0

[source,sh,options="wrap"]
----
# install plugin on Elasticsearch 7.3.0
$ bin/elasticsearch-plugin install https://github.com/papahigh/elasticsearch-keyboard-layout/raw/7.3.0/dist/keyboard-layout-7.3.0.zip
# install plugin on Elasticsearch 7.6.0
$ bin/elasticsearch-plugin install https://github.com/papahigh/elasticsearch-keyboard-layout/raw/7.6.0/dist/keyboard-layout-7.6.0.zip
----

After installation this plugin will expose new token filter and term suggester named `*keyboard_layout*`.
Expand Down
2 changes: 1 addition & 1 deletion releases.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please find an appropriate release which corresponds to your elasticsearch versi
[width="100%",cols=">.^3,>.^4,<.^10",options="header"]
|==============================================
| Elasticsearch version | Plugin version| URL
| 7.6.x | 7.6.x | https://github.com/papahigh/elasticsearch-keyboard-layout/raw/7.6.0/dist/keyboard-layout-7.6.x.zip
| 7.6.0 | 7.6.0 | https://github.com/papahigh/elasticsearch-keyboard-layout/raw/7.6.0/dist/keyboard-layout-7.6.0.zip
| 7.3.0 | 7.3.0 | https://github.com/papahigh/elasticsearch-keyboard-layout/raw/7.3.0/dist/keyboard-layout-7.3.0.zip
| 7.2.0 | 7.2.0 | https://github.com/papahigh/elasticsearch-keyboard-layout/raw/7.2.0/dist/keyboard-layout-7.2.0.zip
| 7.1.0 | 7.1.0 | https://github.com/papahigh/elasticsearch-keyboard-layout/raw/7.1.0/dist/keyboard-layout-7.1.0.zip
Expand Down

0 comments on commit d67798a

Please sign in to comment.