Elasticsearch-analysis-phonetic plugin not installing on 0.19.3

I tried doing

bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic

and it wasn't able to find it. So I built the plugin from source, but then
I had to find and copy the lucene-phonetic-3.6.0.jar to the es lib because
otherwise I was getting an exception when starting up es. This is my first
time installing this plugin, but does this seemed like a defect, not
sure? Anyone else run into these problems?

It should be good now, just run: bin/plugin -install
elasticsearch/elasticsearch-analysis-phonetic/1.2.0.

(remove a previous installed plugin before if needed from the plugins
directory).

On Wed, May 9, 2012 at 8:27 PM, Roly Vicaria rolyv19@gmail.com wrote:

I tried doing

bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic

and it wasn't able to find it. So I built the plugin from source, but then
I had to find and copy the lucene-phonetic-3.6.0.jar to the es lib because
otherwise I was getting an exception when starting up es. This is my first
time installing this plugin, but does this seemed like a defect, not
sure? Anyone else run into these problems?

Worked like a charm. Thanks.

On Wed, May 9, 2012 at 3:56 PM, Shay Banon kimchy@gmail.com wrote:

It should be good now, just run: bin/plugin -install
elasticsearch/elasticsearch-analysis-phonetic/1.2.0.

(remove a previous installed plugin before if needed from the plugins
directory).

On Wed, May 9, 2012 at 8:27 PM, Roly Vicaria rolyv19@gmail.com wrote:

I tried doing

bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic

and it wasn't able to find it. So I built the plugin from source, but
then I had to find and copy the lucene-phonetic-3.6.0.jar to the es lib
because otherwise I was getting an exception when starting up es. This is
my first time installing this plugin, but does this seemed like a defect,
not sure? Anyone else run into these problems?