duydo / elasticsearch-analysis-vietnamese

Vietnamese Analysis Plugin for Elasticsearch
Apache License 2.0
508 stars 212 forks source link

Cannot install Plugin elasticsearch-analysis-vietnamese version 7.12 #100

Closed newgate1999 closed 3 years ago

newgate1999 commented 3 years ago

Hi all, I want to add this plugin to elasticseach version 7.12.0. I changed the version in pom file and build project. Then I copied the jar file and compressed it into a zip file. but when installing the plugin it always gives this error. I don't know if I did it right.

sudo bin/elasticsearch-plugin install /usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip -> Installing /usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip -> Failed installing /usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip -> Rolling back /usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip -> Rolled back /usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip A tool for managing installed elasticsearch plugins

I hope to hear from you soon. Regard,

duydo commented 3 years ago

@newgate1999 Your installation command is missing a prefix file:// in plugin path: sudo bin/elasticsearch-plugin install file:///usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip

newgate1999 commented 3 years ago

thanks for your reply. I'm resolved problem.