Skip to content

Commit 4d3f4d7

Browse files
committed
Update README.md
1 parent c68dc15 commit 4d3f4d7

1 file changed

Lines changed: 9 additions & 18 deletions

File tree

README.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,27 @@ The Morfologik (Polish) Analysis plugin integrates Lucene Morfologik (polish) an
66
Installation
77
------------
88

9-
Simply run at the root of your ElasticSearch v0.20.2+ installation:
9+
Simply run at the root of your ElasticSearch according to the version you use:
1010

11-
bin/plugin -install com.github.chytreg/elasticsearch-analysis-morfologik/1.0.0
11+
- v0.90+
12+
`bin/plugin -install com.github.chytreg/elasticsearch-analysis-morfologik/2.0.0`
1213

13-
This will download the plugin from the Central Maven Repository.
14+
- v0.20.2+
15+
`bin/plugin -install com.github.chytreg/elasticsearch-analysis-morfologik/1.0.0`
1416

15-
For older versions of ElasticSearch, you can still use the longer:
16-
17-
bin/plugin -url http://bit.ly/17nO1Pq install analysis-morfologik
17+
- v0.20.1 and below:
18+
`bin/plugin -url http://bit.ly/17nO1Pq install analysis-morfologik`
1819

1920
In order to declare this plugin as a dependency, add the following to your `pom.xml`:
2021

2122
<dependency>
2223
<groupId>com.github.chytreg</groupId>
2324
<artifactId>elasticsearch-analysis-morfologik</artifactId>
24-
<version>1.0.0</version>
25+
<version>$PLUGIN_VERSION</version>
2526
</dependency>
2627

2728

28-
Version matrix:
29-
30-
--------------------------------------------------
31-
| Morfologik Analysis Plugin | ElasticSearch |
32-
--------------------------------------------------
33-
| master | 0.19 -> master |
34-
--------------------------------------------------
35-
| 1.0.0 | 0.19 -> master |
36-
--------------------------------------------------
37-
38-
The plugin includes the `morfologik` analyzer and `morfologik_stem` token filter.
29+
The plugin includes `morfologik` analyzer and `morfologik_stem` token filter.
3930

4031
License
4132
-------

0 commit comments

Comments
 (0)