Skip to content

Commit

Permalink
Merge pull request #81 from allegro/elastic-8.17.0
Browse files Browse the repository at this point in the history
add support for elasticsearch 8.17.0
  • Loading branch information
pbobruk authored Dec 19, 2024
2 parents d690bbd + 493bb58 commit eedaa23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit eedaa23

Please sign in to comment.