Skip to content

Commit

Permalink
update readme/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Oct 16, 2024
1 parent 736c03c commit 2179d3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## [Unreleased]

## [3.2.3] - 2024-10-16

### Added

- Sopport latest elasticsearch / opensearch
- Sopport latest elasticsearch / opensearch (#144)
- es: 8.14.3, 8.15.2, 7.17.24
- os: 2.15.0, 2.16.0, 2.17.1

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us

# What's new?

- [3.2.2]
- Use `lazyTokenizeSentences` for the analysis to fix the problem of input chunking (#137).
- [3.2.3]
- Add support for es ~v8.15.2 and os ~v2.17.1

Check [changelog](./CHANGELOG.md) for more.

# Build (if necessary)

1. Build analysis-sudachi.
```
$ ./gradlew -PengineVersion=es:8.13.4 build
$ ./gradlew -PengineVersion=es:8.15.2 build
```

Use `-PengineVersion=os:2.14.0` for OpenSearch.
Use `-PengineVersion=os:2.17.1` for OpenSearch.

## Supported ElasticSearch versions

1. 8.0.* until 8.13.* supported, integration tests in CI
1. 8.0.* until 8.15.* supported, integration tests in CI
2. 7.17.* (latest patch version) - supported, integration tests in CI
3. 7.11.* until 7.16.* - best effort support, not tested in CI
4. 7.10.* integration tests for the latest patch version
Expand All @@ -32,7 +32,7 @@ Use `-PengineVersion=os:2.14.0` for OpenSearch.

## Supported OpenSearch versions

1. 2.6.* until 2.14.* supported, integration tests in CI
1. 2.6.* until 2.17.* supported, integration tests in CI

# Installation

Expand Down

0 comments on commit 2179d3e

Please sign in to comment.