Index Termlist Plugin installation

I'm running Elasticsearch 1.0 as a service on an Ubuntu 13.10 laptop,
strictly locally. To install the Index Termlist Plugin, I followed the
instructions at https://github.com/jprante/elasticsearch-index-termlist. I
issued the command

./bin/plugin -install index-termlist -url http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-index-termlist/1.3.0.0/elasticsearch-index-termlist-1.3.0.0-plugin.zip

which resulted in elasticsearch-index-termlist-1.3.0.0.jar being installed under plugins/index-termlist. I restarted the node by issuing

curl -XPOST 'localhost:9200/_shutdown'

and then, as I recall, issuing

sudo /etc/init.d/elasticsearch start

Subsequently through shutting down and booting the laptop, I've restarted the node several times. However, the Index Termlist Plugin isn't showing up under plugins when I issue

curl -XGET 'localhost:9200/_nodes'

I expect I've neglected a necessary step in the installation, and would appreciate advice on how to complete it.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/10816a9e-fd92-4941-a5d7-b36d00bc9eb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

You can not run a plugin for ES 1.3 on ES 1.0

I use a versioning scheme where you can immediately see if a plugin is
compatible with an ES version or not. The first three numbers denote the ES
version under which the plugin was developed. The last number is the plugin
version number on this ES version.

Please use ES 1.3.x for termlist plugin 1.3.0.0

Jörg

On Tue, Nov 4, 2014 at 9:36 PM, Pitaga achats@blarg.net wrote:

I'm running Elasticsearch 1.0 as a service on an Ubuntu 13.10 laptop,
strictly locally. To install the Index Termlist Plugin, I followed the
instructions at https://github.com/jprante/elasticsearch-index-termlist.
I issued the command

./bin/plugin -install index-termlist -url http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-index-termlist/1.3.0.0/elasticsearch-index-termlist-1.3.0.0-plugin.zip

which resulted in elasticsearch-index-termlist-1.3.0.0.jar being installed under plugins/index-termlist. I restarted the node by issuing

curl -XPOST 'localhost:9200/_shutdown'

and then, as I recall, issuing

sudo /etc/init.d/elasticsearch start

Subsequently through shutting down and booting the laptop, I've restarted the node several times. However, the Index Termlist Plugin isn't showing up under plugins when I issue

curl -XGET 'localhost:9200/_nodes'

I expect I've neglected a necessary step in the installation, and would appreciate advice on how to complete it.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/10816a9e-fd92-4941-a5d7-b36d00bc9eb5%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/10816a9e-fd92-4941-a5d7-b36d00bc9eb5%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoH4mAp5VL5S0NUv0gXApWh8_xefJU92gjeN%3DsBLi6EjoA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

I upgraded to ES 1.3.0. The termlist plugin now works. Thanks!

On Wednesday, November 5, 2014 7:46:16 AM UTC-8, Jörg Prante wrote:

You can not run a plugin for ES 1.3 on ES 1.0

I use a versioning scheme where you can immediately see if a plugin is
compatible with an ES version or not. The first three numbers denote the ES
version under which the plugin was developed. The last number is the plugin
version number on this ES version.

Please use ES 1.3.x for termlist plugin 1.3.0.0

Jörg

On Tue, Nov 4, 2014 at 9:36 PM, Pitaga <ach...@blarg.net <javascript:>>
wrote:

I'm running Elasticsearch 1.0 as a service on an Ubuntu 13.10 laptop,
strictly locally. To install the Index Termlist Plugin, I followed the
instructions at https://github.com/jprante/elasticsearch-index-termlist.
I issued the command

./bin/plugin -install index-termlist -url http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-index-termlist/1.3.0.0/elasticsearch-index-termlist-1.3.0.0-plugin.zip

which resulted in elasticsearch-index-termlist-1.3.0.0.jar being installed under plugins/index-termlist. I restarted the node by issuing

curl -XPOST 'localhost:9200/_shutdown'

and then, as I recall, issuing

sudo /etc/init.d/elasticsearch start

Subsequently through shutting down and booting the laptop, I've restarted the node several times. However, the Index Termlist Plugin isn't showing up under plugins when I issue

curl -XGET 'localhost:9200/_nodes'

I expect I've neglected a necessary step in the installation, and would appreciate advice on how to complete it.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/10816a9e-fd92-4941-a5d7-b36d00bc9eb5%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/10816a9e-fd92-4941-a5d7-b36d00bc9eb5%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/53ae85ab-ab48-4ae3-bba9-fde6b5877c36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.