In One Minute : Elasticsearch

Elasticsearch is a search engine based on the Lucene library.
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 dual-licensed un…


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Rakesh KR

Elasticsearch is a search engine based on the Lucene library.
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 dual-licensed under the source-available Server Side Public License and the Elastic license, while other parts fall under the proprietary Elastic License.

Shay Banon created the precursor to Elasticsearch, called Compass, in 2004.

Elasticsearch can be used to search any kind of document.
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.

Official Website :- https://www.elastic.co/elasticsearch/


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Rakesh KR


Print Share Comment Cite Upload Translate Updates
APA

Rakesh KR | Sciencx (2022-10-06T10:03:43+00:00) In One Minute : Elasticsearch. Retrieved from https://www.scien.cx/2022/10/06/in-one-minute-elasticsearch/

MLA
" » In One Minute : Elasticsearch." Rakesh KR | Sciencx - Thursday October 6, 2022, https://www.scien.cx/2022/10/06/in-one-minute-elasticsearch/
HARVARD
Rakesh KR | Sciencx Thursday October 6, 2022 » In One Minute : Elasticsearch., viewed ,<https://www.scien.cx/2022/10/06/in-one-minute-elasticsearch/>
VANCOUVER
Rakesh KR | Sciencx - » In One Minute : Elasticsearch. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/10/06/in-one-minute-elasticsearch/
CHICAGO
" » In One Minute : Elasticsearch." Rakesh KR | Sciencx - Accessed . https://www.scien.cx/2022/10/06/in-one-minute-elasticsearch/
IEEE
" » In One Minute : Elasticsearch." Rakesh KR | Sciencx [Online]. Available: https://www.scien.cx/2022/10/06/in-one-minute-elasticsearch/. [Accessed: ]
rf:citation
» In One Minute : Elasticsearch | Rakesh KR | Sciencx | https://www.scien.cx/2022/10/06/in-one-minute-elasticsearch/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.