From 493bb582051b01b1b703fb8e8c09b555b9bda431 Mon Sep 17 00:00:00 2001 From: pbobruk Date: Thu, 19 Dec 2024 10:04:00 +0100 Subject: [PATCH] add support for elasticsearch 8.17.0 --- README.md | 3 ++- build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdaa20a..5cd2458 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.16.1 +bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:8.17.0 ``` *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.17.x (8.17.0) - 8.16.x (8.16.0, 8.16.1) - 8.15.x (8.15.0, 8.15.1, 8.15.2, 8.15.3, 8.15.4) - 8.14.x (8.14.1, 8.14.3) diff --git a/build.gradle b/build.gradle index ff5590c..64f6bcb 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { pluginClassname = 'pl.allegro.tech.elasticsearch.plugin.analysis.morfologik.AnalysisMorfologikPlugin' pluginDescription = 'Morfologik Polish Lemmatizer plugin for Elasticsearch' versions = [ - 'elasticsearch' : '8.16.1', + 'elasticsearch' : '8.17.0', 'lucene' : '8.11.3', 'log4j' : '2.20.0', 'spock' : '2.3-groovy-3.0',