File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,14 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
57
57
$ ./gradlew -PelasticsearchVersion=7.10.1 build
58
58
```
59
59
60
- - ` develop ` branch: for Elasticsearch 7.8 or later
61
- - ` es7.4-7.7 ` branch: for Elasticsearch 7.4, 7.5, 7.6, 7.7
62
- - ` es7.0-7.3 ` branch: for Elasticsearch 7.0, 7.1, 7.2, 7.3
63
- - ` es6.8 ` branch: for Elasticsearch 6.8
64
- - ` es5.6 ` branch: for Elasticsearch 5.6
60
+ ## Supported ElasticSearch versions
61
+
62
+ 1 . 8.* - supported, integration tests in CI
63
+ 2 . 7.17.* (latest patch version) - supported, integration tests in CI
64
+ 3 . 7.11.* until 7.16.* - best effort support, not tested in CI
65
+ 4 . 7.10.* integration tests for the latest patch version
66
+ 5 . 7.9.* and below - not tested in CI at all, may be broken
67
+ 6 . 7.3.* and below - broken, not supported
65
68
66
69
# Installation
67
70
You can’t perform that action at this time.
0 commit comments