Elasticsearch 0.90.2

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.

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"
}
 
Elastic Search is a drop in search replacement. It improves the search for larger boards, speeding up the process. It does require a VPS or Dedicated server to install. Whether or not you should use it is up to you, but its designed to improve the search experience for larger boards.
 
Elastic Search is a drop in search replacement. It improves the search for larger boards, speeding up the process. It does require a VPS or Dedicated server to install. Whether or not you should use it is up to you, but its designed to improve the search experience for larger boards.
It's also better on smaller board, as the stemming analyser provides better quality search results (y)
 
Top Bottom