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

explicitly flag javadoc as UTF-8 #24

Closed rursprung closed 9 months ago

rursprung commented 9 months ago

without this the build on windows fails with the following type of error:

[...]\opensearch-analysis-ik\src\main\java\org\wltea\analyzer\cfg\Configuration.java:18: error: unmappable character (0x90) for encoding windows-1252
rursprung commented 9 months ago

note: the only reason why this doesn't fail the CI on the other PRs is because the CI is broken - i've reported this to the template: https://github.com/opensearch-project/opensearch-plugin-template-java/issues/60