From 486f3fb0072b52b7e49b36434e72d3feed05af6c Mon Sep 17 00:00:00 2001 From: pbobruk Date: Thu, 19 Oct 2023 08:48:41 +0200 Subject: [PATCH] update README - supported versions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66bfe7e..4a5ed17 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Originally created by https://github.com/monterail/elasticsearch-analysis-morfol ## Install ``` -bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:8.8.2 +bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:8.10.4 ``` *tip: select proper plugin version, should be the same as elasticsearch version* @@ -75,6 +75,7 @@ Response: All ready to install plugins are deployed to [maven central](https://repo1.maven.org/maven2/pl/allegro/tech/elasticsearch/plugin/elasticsearch-analysis-morfologik/). ### Elasticsearch 8.x +- 8.10.x (8.10.4) - 8.8.x (8.8.0, 8.8.1, 8.8.2) - 8.7.x (8.7.0, 8.7.1) - 8.6.x (8.6.0, 8.6.1, 8.6.2) @@ -86,7 +87,7 @@ All ready to install plugins are deployed to [maven central](https://repo1.maven - 8.0.x (8.0.0, 8.0.1) ### Elasticsearch 7.x -- 7.17.x (7.17.0, 7.17.3, 7.17.4, 7.17.5, 7.17.6, 7.17.7, 7.17.8, 7.17.9, 7.17.10) +- 7.17.x (7.17.0, 7.17.3, 7.17.4, 7.17.5, 7.17.6, 7.17.7, 7.17.8, 7.17.9, 7.17.10, 7.17.11, 7.17.14) - 7.16.x (7.16.1, 7.16.2.1, 7.16.3) - 7.10.x (7.10.0, 7.10.1, 7.10.2) - 7.9.x (7.9.0, 7.9.1, 7.9.2, 7.9.3)