jprante / elasticsearch-analysis-skos

SKOS analysis for Elasticsearch
Apache License 2.0
54 stars 24 forks source link

ES 1.3 #5

Closed serwan closed 9 years ago

serwan commented 9 years ago

Hi, Is It planned to update the plugin to ES 1.3 ? (feels like i have to use 1.0.0.RC1 ES version) Or did i miss something during install ?

I was able to install with the binary (i saw the plugin in the list when launching ES) Here is my sh command to do it : ./bin/plugin --url http://dl.bintray.com/jprante/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-skos/1.1.0/elasticsearch-analysis-skos-1.1.0.zip -i analysis-skos

but i got error when creating index : failed to create index]; nested: NoClassDefFoundError[org/elasticsearch/ElasticSearchIllegalArgumentException]; nested: ClassNotFoundException[org.elasticsearch.ElasticSearchIllegalArgumentException]

I checked the files rights on the Path param and the skosFile, all is ok. (and i dont have any error notifing file)

Serwan

jprante commented 9 years ago

I updated the code to Elasticsearch 1.3.4 (README update follows)

Here is the binary plugin ZIP for 1.3

http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-analysis-skos/1.3.4.0/elasticsearch-analysis-skos-1.3.4.0.zip

serwan commented 9 years ago

Thanks a lot for the answer AND the reactivity. I just installed it, it is working wondefully :smiley: Serwan