Skip to content

Commit 7b4f4a4

Browse files
committed
add version description to README.md
1 parent 7c77ba9 commit 7b4f4a4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,14 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
5757
$ ./gradlew -PelasticsearchVersion=7.10.1 build
5858
```
5959

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
6568

6669
# Installation
6770

0 commit comments

Comments
 (0)