Elasticsearch

Elasticsearch
Developer(s) Shay Banon
Stable release
5.0.2 / November 29, 2016 (2016-11-29)
Repository github.com/elastic/elasticsearch
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 engine 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 the precursor to Elasticsearch, called 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]

In March 2015, Elasticsearch changed their name to Elastic.[6]

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

Elasticsearch uses Lucene and tries to make all its features available through the JSON and Java API. It supports facetting and percolating,[53] 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;[54] 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,[55] but it lacks distributed transactions.[56]

Users

Notable users of Elasticsearch[57] include :

Managed Services

Several organizations offer Elasticsearch as a managed service, including Amazon Web Services Elasticsearch Service,[76] Bonsai,[77] Elastic Cloud,[78] Qbox[79] and Searchly.[80] Such managed services provide hosting, deployment, backup and other support as a package, reducing the skills and time needed to implement and operate Elasticsearch.[81] Most managed services also include support for Kibana.

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".
  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. "Elasticsearch Changes Name to Elastic to Reflect Wide Adoption Beyond Search". Elastic. Retrieved 19 October 2016.
  7. "Elastic Product End of Life Dates". Retrieved 2016-04-27.
  8. "0.5.0 Released". Retrieved 2015-11-29.
  9. "0.6.0 Released". Retrieved 2015-11-29.
  10. "0.7.0 Released". Retrieved 2015-11-29.
  11. "0.7.1 Released". Retrieved 2015-11-29.
  12. "0.8.0 Released". Retrieved 2015-11-29.
  13. "0.9.0 Released". Retrieved 2015-11-29.
  14. "0.10.0 Released". Retrieved 2015-11-29.
  15. "0.11.0 Released". Retrieved 2015-11-29.
  16. "0.12.0 Released". Retrieved 2015-11-29.
  17. "0.13.0 Released". Retrieved 2015-11-29.
  18. "0.14.0 Released". Retrieved 2015-11-29.
  19. "0.15.0 Released". Retrieved 2015-11-29.
  20. "0.16.0 Released". Retrieved 2015-11-29.
  21. "0.17.0 Released". Retrieved 2015-11-29.
  22. "0.18.0 Released". Retrieved 2015-11-29.
  23. "0.18.7 Released". Retrieved 2015-11-29.
  24. "0.19.0 Released". Retrieved 2015-11-29.
  25. "0.19.12 Released". Retrieved 2015-11-29.
  26. "0.20.0 Released". Retrieved 2015-11-29.
  27. "0.20.6 Released". Retrieved 2015-11-29.
  28. "0.90.0 Released". Retrieved 2015-11-29.
  29. 1 2 "Elasticsearch 1.1.0, 1.0.2 and 0.90.13 released". Retrieved 2015-11-29.
  30. "1.0.0 Released". Retrieved 2015-11-29.
  31. "Elasticsearch 1.1.1 and 1.0.3 Released". Retrieved 2015-11-29.
  32. 1 2 "Elasticsearch 1.2.0 and 1.1.2 released". Retrieved 2015-11-29.
  33. "Elasticsearch 1.3.2 and 1.2.4 Released". Retrieved 2015-11-29.
  34. "Elasticsearch 1.3.0 And 1.2.3 Released". Retrieved 2015-11-29.
  35. "Elasticsearch 1.4.4 and 1.3.9 Released". Retrieved 2015-11-29.
  36. "Elasticsearch 1.4.0 And 1.3.5 Released". Retrieved 2015-11-29.
  37. 1 2 "Elasticsearch 1.5.2 and 1.4.5 Released". Retrieved 2015-11-29.
  38. "Elasticsearch 1.5.0 Released". Retrieved 2015-11-29.
  39. "Elasticsearch 1.6.0 released". Retrieved 2015-11-29.
  40. "Elasticsearch 1.7.1 and 1.6.2 released". Retrieved 2015-11-29.
  41. "Elasticsearch 1.7.0 and 1.6.1 released". Retrieved 2015-11-29.
  42. 1 2 3 "Elasticsearch 2.2.0 and 2.1.2 and 1.7.5 released". Retrieved 2016-02-02.
  43. "Elasticsearch 2.0.0 GA released". Retrieved 2015-11-29.
  44. "Elasticsearch 2.1.1, 2.0.2, and 1.7.4 released". Retrieved 2015-12-17.
  45. "Elasticsearch 2.1.0 and 2.0.1 released". Retrieved 2015-11-29.
  46. 1 2 "Elasticsearch 2.3.0 and 2.2.2 released". Retrieved 2016-03-30.
  47. "Elasticsearch 2.3.5 released". Retrieved 2016-08-03.
  48. "Elasticsearch 2.4.0 released". Retrieved 2016-08-31.
  49. "Elasticsearch 2.4.1 released". Retrieved 2016-09-30.
  50. "Elastic Stack 5.0.0 released". Retrieved 2016-10-26.
  51. "Elasticsearch 5.0.2 released". Retrieved 2016-11-29.
  52. 1 2 "Official Website". Elasticsearch.org. Retrieved 2014-02-04.
  53. "percolate at elasticsearch.org reference". Elasticsearch.org. Retrieved 2014-02-04.
  54. "elasticsearch Guide: Gateway". elasticsearch. Retrieved April 19, 2013.
  55. "Elasticsearch as database". Karussell.wordpress.com. Retrieved 2014-02-04.
  56. "No transaction support". Elasticsearch-users.115913.n3.nabble.com. 2010-07-08. Retrieved 2014-02-04.
  57. "Elasticsearch.org Case Studies". Elasticsearch.org. Retrieved 2014-10-03.
  58. Horohoe, Chad (2014-01-06). "Wikimedia moving to Elasticsearch". Wikimedia blog. Retrieved 2014-02-21.
  59. "Adding Context to Queries: The Story Behind Adobe's API and UI". www.elastic.co. Retrieved 2016-09-03.
  60. "From Hackathon to Production: Elasticsearch @ Facebook". www.elastic.co. Retrieved 2016-05-24.
  61. "StumbleUpon | Developer Blog". StumbleUpon.com. Retrieved 2014-02-21.
  62. "Blog of Data". mozilla.org. Retrieved 25 March 2015.
  63. "ElasticSearch helps Mozilla Metrics team". Pedroalves-bi.blogspot.com. Retrieved 2014-02-04.
  64. "Full Text Search on Quora". Quora.com. Retrieved 2014-02-04.
  65. "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.
  66. "Oculus: The metric correlation component of Etsy's Kale system". Github.com. Retrieved 2014-02-04.
  67. Petar Djekic. "Architecture behind our new Search and Explore experience". Backstage.soundcloud.com. Retrieved 2014-02-04.
  68. "A Whole New Code Search". Github.com. 2013-01-23. Retrieved 2014-02-21.
  69. "openFDA - About the API". FDA.gov.
  70. "Needle in a haystack - Using Elasticsearch to run the Large Hadron Collider of CERN". medium.com.
  71. Craver, Nick (22 November 2013). "What it takes to run Stack Overflow". Retrieved 2 October 2014.
  72. "Center for Open Science".
  73. Pritzker, Yan (8 October 2014). "How we switched elasticsearch clusters without anybody noticing". Reverb Blog.
  74. "The Netflix Tech Blog: Introducing Raigad - An Elasticsearch Sidecar".
  75. Steinberger, Simon (1 June 2014). "Advanced Image Search on Pixabay". Retrieved 3 May 2015.
  76. "Amazon Elasticsearch Service". Amazon.com. Retrieved 2016-10-16.
  77. "Elasticsearch on AWS". bonsai.io. Retrieved 2016-10-16.
  78. "Hosted Elasticsearch & Kibana on AWS". elastic.co. Retrieved 2016-10-16.
  79. "Hosted Elasticsearch". qbox.io. Retrieved 2016-10-16.
  80. "Simple Elasticsearch Hosting". searchly.com. Retrieved 2016-10-16.
  81. "Elasticsearch Setup". ctovision.com. Retrieved 2016-10-16.

External links

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