Elasticsearch

Elasticsearch
Developer(s) Shay Banon
Stable release 2.3.2 / April 26, 2016 (2016-04-26)
Development status Active
Written in Java
Operating system Cross-platform
Type Search and index
License Apache License 2.0
Website www.elastic.co/products/elasticsearch
Elasticsearch BV
Industry Software Development
Headquarters Amsterdam
Services Elasticsearch commercial solutions
Website www.elastic.co
Shay Banon talking about Elasticsearch at Berlin Buzzwords 2010

Elasticsearch is a search server based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is developed in Java and is released as open source under the terms of the Apache License. Elasticsearch is the most popular enterprise search engine followed by Apache Solr, also based on Lucene.[1]

History

Shay Banon created Compass in 2004.[2] While thinking about the third version of Compass he realized that it would be necessary to rewrite big parts of Compass to "create a scalable search solution".[2] So he created "a solution built from the ground up to be distributed" and used a common interface, JSON over HTTP, suitable for programming languages other than Java as well.[2] Shay Banon released the first version of Elasticsearch in February 2010.[3]

Elasticsearch BV was founded in 2012 to provide commercial services and products around Elasticsearch and related software.[4] In June 2014, the company announced raising $70 million in a Series C funding round, just 18 months after forming the company. The round was led by New Enterprise Associates (NEA). Additional funders include Benchmark Capital and Index Ventures. This round brings total funding to $104M.[5]

Version Original release date Latest version Release date Maintenance Status[6]
Old version, no longer supported: 0.4 2010-02-08 0.4.0 2010-02-08 No longer supported
Old version, no longer supported: 0.5 2010-03-05[7] 0.5.1 2010-03-09 No longer supported
Old version, no longer supported: 0.6 2010-04-09[8] 0.6.0 2010-04-09 No longer supported
Old version, no longer supported: 0.7 2010-05-14[9] 0.7.1 2010-05-17[10] No longer supported
Old version, no longer supported: 0.8 2010-05-27[11] 0.8.0 2010-05-27 No longer supported
Old version, no longer supported: 0.9 2010-07-26[12] 0.9.0 2010-07-26 No longer supported
Old version, no longer supported: 0.10 2010-08-27[13] 0.10.0 2010-08-27 No longer supported
Old version, no longer supported: 0.11 2010-09-29[14] 0.11.0 2010-09-29 No longer supported
Old version, no longer supported: 0.12 2010-10-18[15] 0.12.1 2010-10-27 No longer supported
Old version, no longer supported: 0.13 2010-11-18[16] 0.13.1 2010-12-03 No longer supported
Old version, no longer supported: 0.14 2010-12-27[17] 0.14.4 2011-01-31 No longer supported
Old version, no longer supported: 0.15 2011-02-18[18] 0.15.2 2011-03-07 No longer supported
Old version, no longer supported: 0.16 2011-04-23[19] 0.16.5 2011-07-26 No longer supported
Old version, no longer supported: 0.17 2011-07-19[20] 0.17.10 2011-11-16 No longer supported
Old version, no longer supported: 0.18 2011-10-26[21] 0.18.7 2012-01-10[22] No longer supported
Old version, no longer supported: 0.19 2012-03-01[23] 0.19.12 2012-12-04[24] No longer supported
Old version, no longer supported: 0.20 2012-12-07[25] 0.20.6 2013-03-25[26] No longer supported
Old version, no longer supported: 0.90 2013-04-29[27] 0.90.13 2014-03-25[28] No longer supported
Old version, no longer supported: 1.0 2014-02-12[29] 1.0.3 2014-04-16[30] No longer supported
Old version, no longer supported: 1.1 2014-03-25[28] 1.1.2 2014-05-22[31] No longer supported
Old version, no longer supported: 1.2 2014-05-22[31] 1.2.4 2014-08-13[32] No longer supported
Old version, no longer supported: 1.3 2014-07-23[33] 1.3.9 2015-02-19[34] No longer supported
Older version, yet still supported: 1.4 2014-11-05[35] 1.4.5 2015-04-27[36] Still supported
Older version, yet still supported: 1.5 2015-03-23[37] 1.5.2 2015-04-27[36] Still supported
Older version, yet still supported: 1.6 2015-06-09[38] 1.6.2 2015-07-29[39] Still supported
Older version, yet still supported: 1.7 2015-07-16[40] 1.7.5 2016-02-02[41] Still supported
Older version, yet still supported: 2.0 2015-10-28[42] 2.0.2 2015-12-17[43] Still supported
Older version, yet still supported: 2.1 2015-11-24[44] 2.1.2 2016-02-02[45] Still supported
Older version, yet still supported: 2.2 2016-02-02[41] 2.2.2 2016-03-30[46] Still supported
Current stable version: 2.3 2016-03-30[46] 2.3.2 2016-04-26[47] Latest
Legend:
Old version
Older version, still supported
Latest version
Latest preview version
Future release

Overview

Elasticsearch can be used to search all kinds of documents. It provides scalable search, has near real-time search, and supports multitenancy.[48] "Elasticsearch is distributed, which means that indices can be divided into shards and each shard can have zero or more replicas. Each node hosts one or more shards, and acts as a coordinator to delegate operations to the correct shard(s). Rebalancing and routing are done automatically [...]".[48]

Elasticsearch uses Lucene and tries to make all its features available through the JSON and Java API. It supports facetting and percolating,[49] which can be useful for notifying if new documents match for registered queries.

Another feature is called "gateway" and handles the long-term persistence of the index;[50] for example, an index can be recovered from the gateway in the event of a server crash. Elasticsearch supports real-time GET requests, which makes it suitable as a NoSQL datastore,[51] but it lacks distributed transactions.[52]

Users

Notable users of Elasticsearch[53] include Wikimedia,[54] StumbleUpon,[55] Mozilla,[56][57] Amadeus IT Group, Quora,[58] Foursquare,[59] Etsy,[60] SoundCloud,[61] GitHub,[62] FDA,[63] CERN,[64] Stack Exchange,[65] Center for Open Science,[66] Reverb,[67] Netflix,[68] Pixabay,[69] Motili, Sophos and the Slurm Workload Manager.

See also

References

  1. "DB-Engines Ranking - popularity ranking of search engines". db-engines.com. Retrieved 10 January 2016.
  2. 1 2 3 Banon, Shay. "The Future of Compass & ElasticSearch". Archived from the original on 2013-08-27.
  3. Banon, Shay (2010-02-08). "You Know, for Search". Archived from the original on 2013-01-16.
  4. "Immediate Insight from Data Matters". elastic.co. Retrieved 25 March 2015.
  5. "ElasticSearch Scores $70M In Series C To Fund Growth Spurt". TechCrunch. AOL. Retrieved 25 March 2015.
  6. "Elastic Product End of Life Dates". Retrieved 2016-04-27.
  7. "0.5.0 Released". Retrieved 2015-11-29.
  8. "0.6.0 Released". Retrieved 2015-11-29.
  9. "0.7.0 Released". Retrieved 2015-11-29.
  10. "0.7.1 Released". Retrieved 2015-11-29.
  11. "0.8.0 Released". Retrieved 2015-11-29.
  12. "0.9.0 Released". Retrieved 2015-11-29.
  13. "0.10.0 Released". Retrieved 2015-11-29.
  14. "0.11.0 Released". Retrieved 2015-11-29.
  15. "0.12.0 Released". Retrieved 2015-11-29.
  16. "0.13.0 Released". Retrieved 2015-11-29.
  17. "0.14.0 Released". Retrieved 2015-11-29.
  18. "0.15.0 Released". Retrieved 2015-11-29.
  19. "0.16.0 Released". Retrieved 2015-11-29.
  20. "0.17.0 Released". Retrieved 2015-11-29.
  21. "0.18.0 Released". Retrieved 2015-11-29.
  22. "0.18.7 Released". Retrieved 2015-11-29.
  23. "0.19.0 Released". Retrieved 2015-11-29.
  24. "0.19.12 Released". Retrieved 2015-11-29.
  25. "0.20.0 Released". Retrieved 2015-11-29.
  26. "0.20.6 Released". Retrieved 2015-11-29.
  27. "0.90.0 Released". Retrieved 2015-11-29.
  28. 1 2 "Elasticsearch 1.1.0, 1.0.2 and 0.90.13 released". Retrieved 2015-11-29.
  29. "1.0.0 Released". Retrieved 2015-11-29.
  30. "Elasticsearch 1.1.1 and 1.0.3 Released". Retrieved 2015-11-29.
  31. 1 2 "Elasticsearch 1.2.0 and 1.1.2 released". Retrieved 2015-11-29.
  32. "Elasticsearch 1.3.2 and 1.2.4 Released". Retrieved 2015-11-29.
  33. "Elasticsearch 1.3.0 And 1.2.3 Released". Retrieved 2015-11-29.
  34. "Elasticsearch 1.4.4 and 1.3.9 Released". Retrieved 2015-11-29.
  35. "Elasticsearch 1.4.0 And 1.3.5 Released". Retrieved 2015-11-29.
  36. 1 2 "Elasticsearch 1.5.2 and 1.4.5 Released". Retrieved 2015-11-29.
  37. "Elasticsearch 1.5.0 Released". Retrieved 2015-11-29.
  38. "Elasticsearch 1.6.0 released". Retrieved 2015-11-29.
  39. "Elasticsearch 1.7.1 and 1.6.2 released". Retrieved 2015-11-29.
  40. "Elasticsearch 1.7.0 and 1.6.1 released". Retrieved 2015-11-29.
  41. 1 2 "Elasticsearch 2.2.0 and 2.1.2 and 1.7.5 released". Retrieved 2016-02-02.
  42. "Elasticsearch 2.0.0 GA released". Retrieved 2015-11-29.
  43. "Elasticsearch 2.1.1, 2.0.2, and 1.7.4 released". Retrieved 2015-12-17.
  44. "Elasticsearch 2.1.0 and 2.0.1 released". Retrieved 2015-11-29.
  45. "Elasticsearch 2.2.0 and 2.1.2 and 1.7.5 released". Retrieved 2016-02-02.
  46. 1 2 "Elasticsearch 2.3.0 and 2.2.2 released". Retrieved 2016-03-30.
  47. "Elasticsearch 2.3.2 released". Retrieved 2016-04-27.
  48. 1 2 "Official Website". Elasticsearch.org. Retrieved 2014-02-04.
  49. "percolate at elasticsearch.org reference". Elasticsearch.org. Retrieved 2014-02-04.
  50. "elasticsearch Guide: Gateway". elasticsearch. Retrieved April 19, 2013.
  51. "Elasticsearch as database". Karussell.wordpress.com. Retrieved 2014-02-04.
  52. "No transaction support". Elasticsearch-users.115913.n3.nabble.com. 2010-07-08. Retrieved 2014-02-04.
  53. "Elasticsearch.org Case Studies". Elasticsearch.org. Retrieved 2014-10-03.
  54. Horohoe, Chad (2014-01-06). "Wikimedia moving to Elasticsearch". Wikimedia blog. Retrieved 2014-02-21.
  55. "StumbleUpon | Developer Blog". StumbleUpon.com. Retrieved 2014-02-21.
  56. "Blog of Data". mozilla.org. Retrieved 25 March 2015.
  57. "ElasticSearch helps Mozilla Metrics team". Pedroalves-bi.blogspot.com. Retrieved 2014-02-04.
  58. "Full Text Search on Quora". Quora.com. Retrieved 2014-02-04.
  59. "foursquare now uses Elastic Search (and on a related note: Slashem also works with Elastic Search)! | Foursquare Engineering Blog". Engineering.foursquare.com. Retrieved 2014-02-21.
  60. "Oculus: The metric correlation component of Etsy's Kale system". Github.com. Retrieved 2014-02-04.
  61. Petar Djekic. "Architecture behind our new Search and Explore experience". Backstage.soundcloud.com. Retrieved 2014-02-04.
  62. "A Whole New Code Search". Github.com. 2013-01-23. Retrieved 2014-02-21.
  63. "openFDA - About the API". FDA.gov.
  64. "Needle in a haystack - Using Elasticsearch to run the Large Hadron Collider of CERN". medium.com.
  65. Craver, Nick (22 November 2013). "What it takes to run Stack Overflow". Retrieved 2 October 2014.
  66. "Center for Open Science".
  67. Pritzker, Yan "How we switched elasticsearch clusters without anybody noticing", Reverb Blog, Chicago, 8 October 2014
  68. "The Netflix Tech Blog: Introducing Raigad - An Elasticsearch Sidecar".
  69. Steinberger, Simon (1 June 2014). "Advanced Image Search on Pixabay". Retrieved 3 May 2015.

External links

This article is issued from Wikipedia - version of the Wednesday, April 27, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.