Skip to content

Commit 208a493

Browse files
authored
Merge pull request #115 from allegro/elastic-9.4.2
add support for elasticsearch 9.4.2
2 parents 1842d9b + 60ef3db commit 208a493

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +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.3.3
13+
bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:9.4.2
1414
```
1515

1616
*tip: select proper plugin version, should be the same as elasticsearch version*
@@ -75,6 +75,7 @@ Response:
7575
All ready to install plugins are deployed to [maven central](https://repo1.maven.org/maven2/pl/allegro/tech/elasticsearch/plugin/elasticsearch-analysis-morfologik/).
7676

7777
### Elasticsearch 9.x
78+
- 9.4.x (9.4.2)
7879
- 9.3.x (9.3.0, 9.3.1, 9.3.3)
7980
- 9.2.x (9.2.1, 9.2.2)
8081
- 9.1.x (9.1.2, 9.1.3, 9.1.4, 9.1.5)

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.3.3',
7+
'elasticsearch' : '9.4.2',
88
'lucene' : '8.11.3',
99
'log4j' : '2.20.0',
1010
'spock' : '2.3-groovy-3.0',

0 commit comments

Comments
 (0)