dbembibre
Active member
I upgrade today to the new Enhanced search add-on 1.02 and upgrade to elastic search 0.90.2 without problems, all is working together ok.
Release notes of new version: http://www.elasticsearch.org/downloads/0-90-2/
I simply copy lib and bin directories as lib_old and bin_old and overwrite this directories with the content of directories of 0.90.2 version, and finally restart the service.
Release notes of new version: http://www.elasticsearch.org/downloads/0-90-2/
I simply copy lib and bin directories as lib_old and bin_old and overwrite this directories with the content of directories of 0.90.2 version, and finally restart the service.
Code:
[root@back elasticsearch]# curl -XGET 'localhost:9200'
{
"ok" : true,
"status" : 200,
"name" : "Stevie Hunter",
"version" : {
"number" : "0.90.2",
"snapshot_build" : false,
"lucene_version" : "4.3.1"
},
"tagline" : "You Know, for Search"
}