duydo/elasticsearch-analysis-vietnamese

Plugin Support for OpenSearch

soosinha opened this issue · 4 comments

AWS has released OpenSearch with ALv2 license: https://github.com/opensearch-project/OpenSearch
Is there any plan to support this analyzer for OpenSearch ?

duydo commented

@soosinha I've created the repo (with new implementation of tokenizer) https://github.com/duydo/opensearch-analysis-vietnamese for supporting OpenSearch, but maven cannot find dependencies, can you please look at it?

@duydo Thanks for taking the OpenSearch changes. Currently AWS team is working publishing OpenSearch to public maven repos. So maven is not able to find OpenSearch dependency. We need to build and publishly OpenSearch locally to resolve this. This process is mentioned here: https://github.com/opensearch-project/opensearch-plugins

I have created a pull request to update the documentation: duydo/opensearch-analysis-vietnamese#1
There are still some compilation failures after resolving the OpenSearch dependency issue. Can you look into those ?

duydo commented

@soosinha Sure, I'll look at it.
Btw, I'll close this ticket. Any issues relates to OpenSearch should be opened on opensearch-analysis-vietnamese repo.

duydo commented

@soosinha I've just fixed the compilation failures and updated the repo, now it is able to compile.