Skip to content

Commit 17bdf41

Browse files
authored
Merge pull request #108 from allegro/elastic-9.2.1
add support for elasticsearch 9.2.1
2 parents 6e9a2fa + a116765 commit 17bdf41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Originally created by https://github.com/monterail/elasticsearch-analysis-morfol
1010
## Install
1111

1212
```
13-
bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:9.1.5
14-
```
13+
bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:9.2.1
1514
1615
*tip: select proper plugin version, should be the same as elasticsearch version*
1716
@@ -75,11 +74,12 @@ Response:
7574
All ready to install plugins are deployed to [maven central](https://repo1.maven.org/maven2/pl/allegro/tech/elasticsearch/plugin/elasticsearch-analysis-morfologik/).
7675
7776
### Elasticsearch 9.x
77+
- 9.2.x (9.2.1)
7878
- 9.1.x (9.1.2, 9.1.3, 9.1.4, 9.1.5)
7979
- 9.0.x (9.0.0, 9.0.1, 9.0.2, 9.0.3)
8080
8181
### Elasticsearch 8.x
82-
- 8.19.x (8.19.2, 8.19.3, 8.19.4)
82+
- 8.19.x (8.19.2, 8.19.3, 8.19.4, 8.19.6, 8.19.7)
8383
- 8.18.x (8.18.0, 8.18.2, 8.18.3, 8.18.5)
8484
- 8.17.x (8.17.0, 8.17.1, 8.17.2, 8.17.3, 8.17.4, 8.17.5, 8.17.7, 8.17.8)
8585
- 8.16.x (8.16.0, 8.16.1)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
pluginClassname = 'pl.allegro.tech.elasticsearch.plugin.analysis.morfologik.AnalysisMorfologikPlugin'
55
pluginDescription = 'Morfologik Polish Lemmatizer plugin for Elasticsearch'
66
versions = [
7-
'elasticsearch' : '9.1.5',
7+
'elasticsearch' : '9.2.1',
88
'lucene' : '8.11.3',
99
'log4j' : '2.20.0',
1010
'spock' : '2.3-groovy-3.0',

0 commit comments

Comments
 (0)