aparo / opensearch-analysis-ik

The IK Analysis plugin integrates Lucene IK analyzer into OpenSearch, support customized dictionary. Port of https://github.com/medcl/elasticsearch-analysis-ik
Apache License 2.0
40 stars 14 forks source link

fix typo in plugin name: "analisys" -> "analysis" #3

Closed rursprung closed 1 year ago

rursprung commented 2 years ago

note that existing releases have this typo in the artifact name as well, accordingly the links in README.md have been left unchanged. (incidentally, this is how i noticed it: the artifact name looked weird).

please note that that this PR is untested as the project cannot easily be built locally due to the way the build.gradle is written with release-checks as code in the middle of it (this should really be in a task containing release checks). issue #2 has been raised for this.

Signed-off-by: Ralph Ursprung Ralph.Ursprung@avaloq.com

rursprung commented 1 year ago

FYI: rebased to current main (2.0.1). i'd suggest to merge this before doing the next release to avoid having another release with the wrong name and having to do the rebase again.