sdauletau / elasticsearch-simple-similarity

Elasticsearch "ignore tf-idf" plugin
Apache License 2.0
13 stars 7 forks source link

Install Instructions Fail #1

Closed brupm closed 8 years ago

brupm commented 8 years ago
./scripts/install-plugin.sh
-> Installing file:./target/releases/elasticsearch-simple-similarity-2.1.1.zip...
Trying http://download.elasticsearch.org/file:./target/target-releases.zip...
Trying http://search.maven.org/remotecontent?filepath=file://target/releases/target-releases.zip...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/file://target/releases/target-releases.zip...
Trying https://github.com/file:./target/archive/releases.zip...
Trying https://github.com/file:./target/archive/master.zip...
Failed to install file:./target/releases/elasticsearch-simple-similarity-2.1.1.zip, reason: failed to download out of all possible locations..., use --verbose to get detailed information

Would you please release the plugin so it can be installed?

sdauletau commented 8 years ago

You need to build it first.

mvn clean package