ElasticSearch Platform

From GM-RKB
(Redirected from Elastic Search System)
Jump to navigation Jump to search

An ElasticSearch Platform is a free open-source distributed document-oriented database system released by the ElasticSearch Project.



References

2024

  1. Cite error: Invalid <ref> tag; no text was provided for refs named elasticsearch-java
  2. Cite error: Invalid <ref> tag; no text was provided for refs named elasticsearch-net
  3. Cite error: Invalid <ref> tag; no text was provided for refs named elasticsearch-php
  4. Cite error: Invalid <ref> tag; no text was provided for refs named elasticsearch-py
  5. Cite error: Invalid <ref> tag; no text was provided for refs named elasticsearch-ruby
  6. Cite error: Invalid <ref> tag; no text was provided for refs named programming-language-clients

2017b

  • (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/Elasticsearch#Overview Retrieved:2017-1-31.
    • Elasticsearch can be used to search all kinds of documents. It provides scalable search, has near real-time search, and supports multitenancy. "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 [...]". Related data is often stored in the same index, which consists of one or more primary shards, and zero or more replica shards. Once an index has been created, the number of primary shards cannot be changed. Elasticsearch uses Lucene and tries to make all its features available through the JSON and Java API. It supports facetting and percolating, 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; 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, but it lacks distributed transactions.


2013

2013