Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Elasticsearch (R)Evolution — You Know, for Search… by Philipp Krenn at Big Data Spain 2017

Elasticsearch (R)Evolution — You Know, for Search… by Philipp Krenn at Big Data Spain 2017

Elasticsearch is a distributed, RESTful search and analytics engine built on top of Apache Lucene. After the initial release in 2010 it has become the most widely used full-text search engine, but it is not stopping there. The revolution happened and now it is time for evolution. We dive into current improvements and new features — how to make a great product even better.

https://www.bigdataspain.org/2017/talk/elasticsearch-revolution-you-know-for-search

Big Data Spain 2017
16th - 17th November Kinépolis Madrid

Big Data Spain

November 23, 2017
Tweet

More Decks by Big Data Spain

Other Decks in Technology

Transcript

  1. $ curl http://localhost:9200 { "name" : "elasticsearch1", "cluster_name" : "docker-cluster",

    "cluster_uuid" : "MrmBv92dTQqh-z7pX2OkWw", "version" : { "number" : "5.6.1", "build_hash" : "667b497", "build_date" : "2017-09-14T19:22:05.189Z", "build_snapshot" : false, "lucene_version" : "6.6.1" }, "tagline" : "You Know, for Search" }
  2. $ curl -u elastic:changeme http://localhost:9200 { "name" : "elasticsearch1", "cluster_name"

    : "docker-cluster", "cluster_uuid" : "MrmBv92dTQqh-z7pX2OkWw", "version" : { "number" : "5.6.1", "build_hash" : "667b497", "build_date" : "2017-09-14T19:22:05.189Z", "build_snapshot" : false, "lucene_version" : "6.6.1" }, "tagline" : "You Know, for Search" }
  3. How 5.6 opt-in single type 6.x single type 7.x type

    optional in API 8.x no more types https://www.elastic.co/guide/en/elasticsearch/reference/5.6/ removal-of-types.html#_schedule_for_removal_of_mapping_types