@@ -7,72 +7,33 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
7
7
8
8
# What's new?
9
9
10
- - version 3.1.0
11
- - support OpenSearch 2.6.0+ in addition to ElasticSearch
12
- - analysis-sudachi plugin is now can be extended by other plugins. Loading sudachi plugins from extending plugins is supported as well
13
- - version 3.0.0
14
- - Plugin is now implemented in Kotlin
15
- - version 2.1.0
16
- - Added a new property ` additional_settings ` to write Sudachi settings directly in config
17
- - Added support for specifying Elasticsearch version at build time
18
- - version 2.0.3
19
- - Fix duplicated tokens for OOVs with ` sudachi_split ` filter's ` extended mode `
20
- - version 2.0.2
21
- - Upgrade Sudachi to 0.4.3
22
- - Fix overrun with surrogate pairs
23
- - version 2.0.1
24
- - Upgrade Sudachi to 0.4.2
25
- - Fix buffer overrun with character normalization
26
- - version 2.0.0
27
- - New mode ` split_mode ` was added
28
- - New filter ` sudachi_split ` was added instead of ` mode `
29
- - ` mode ` was deperecated
30
- - Upgrade Sudachi morphological analyzer to 0.4.1
31
- - Words containing periods are no longer split
32
- - Fix a bug causing wrong offsets with ` icu_normalizer `
33
-
34
- - version 1.3.2
35
- - Upgrade Sudachi morphological analyzer to 0.3.1
36
-
37
- - version 1.3.1
38
- - Upgrade Sudachi morphological analyzer to 0.3.0
39
- - Minor bug fix
40
-
41
- - version 1.3.0
42
- - Upgrade Sudachi morphological analyzer to 0.2.0
43
- - Import Sudachi from maven central repository
44
- - Minor bug fix
45
-
46
- - version 1.2.0
47
- - Upgrading Sudachi morphological analyzer to 0.2.0-SNAPSHOT
48
- - New filter ` sudachi_normalizedform ` was added; see [ sudachi_normalizedform] ( #sudachi_normalizedform )
49
- - Default normalization behavior was changed; neather baseform filter and normalziedform filter not applied
50
- - ` sudachi_readingform ` filter was changed with new romaji mappings based on MS-IME
51
-
52
- - version 1.1.0
53
- - ` part-of-speech forward matching ` is available on ` stoptags ` ; see [ sudachi_part_of_speech] ( #sudachi_part_of_speech )
54
-
55
- - version 1.0.0
56
- - first release
10
+ - [ 3.1.1]
11
+ - Support ElasticSearch -8.13.4 and OpenSearch -2.14.0. (#114 , #118 )
12
+
13
+ Check [ changelog] ( ./CHANGELOG.md ) for more.
57
14
58
15
# Build (if necessary)
59
16
60
17
1 . Build analysis-sudachi.
61
18
```
62
- $ ./gradlew -PengineVersion=es:8.6.2 build
19
+ $ ./gradlew -PengineVersion=es:8.13.4 build
63
20
```
64
21
65
- Use ` -PengineVersion=os:2.6 .0 ` for OpenSearch.
22
+ Use ` -PengineVersion=os:2.14 .0 ` for OpenSearch.
66
23
67
24
## Supported ElasticSearch versions
68
25
69
- 1 . 8.0.* until 8.6 .* supported, integration tests in CI
26
+ 1 . 8.0.* until 8.13 .* supported, integration tests in CI
70
27
2 . 7.17.* (latest patch version) - supported, integration tests in CI
71
28
3 . 7.11.* until 7.16.* - best effort support, not tested in CI
72
29
4 . 7.10.* integration tests for the latest patch version
73
30
5 . 7.9.* and below - not tested in CI at all, may be broken
74
31
6 . 7.3.* and below - broken, not supported
75
32
33
+ ## Supported OpenSearch versions
34
+
35
+ 1 . 2.6.* until 2.14.* supported, integration tests in CI
36
+
76
37
# Installation
77
38
78
39
1 . Move current dir to $ES_HOME
@@ -591,6 +552,6 @@ Returns `susi`.
591
552
592
553
# License
593
554
594
- Copyright (c) 2017-2020 Works Applications Co., Ltd.
555
+ Copyright (c) 2017-2024 Works Applications Co., Ltd.
595
556
Originally under elasticsearch, https://www.elastic.co/jp/products/elasticsearch
596
557
Originally under lucene, https://lucene.apache.org/
0 commit comments