Elastic search2.3.1
I am able to install the kuromoji and elastic mapper attachments plugin using below commands
Install plugin in windows
Bin/plugin -DproxyPort=80 -DproxyHost=10.152.80.42 install analysis-kuromoji
Bin/plugin -DproxyPort=80 -DproxyHost=10.152.80.42 install mapper-attachments
Elastic search 1.7.5
But I am unable to run the above command to install the same plugin in ES175
I got error as below
D:\Elastic search\elasticsearch-1.7.5\elasticsearch-1.7.5\bin>plugin install analysis-kuromoji-> Installing analysis-kuromoji...
Trying https://github.com/null/analysis-kuromoji/archive/master.zip...
Failed to install analysis-kuromoji, reason: failed to download out of all possible locations..., use --verbose to get detailed information
Please help me how to install that plugin