Distributed and Highly Available Search Engine.

  • Each index is fully sharded with a configurable number of shards.
  • Each shard can have one or more replicas.
  • Read / Search operations performed on either one of the replica shard.
Distributed and Highly Available Search Engine.
Distributed and Highly Available Search Engine.

Multi Tenant with Multi Types

  • Support for more than one index.
  • Support for more than one type per index.
  • Index level configuration (number of shards, index storage, …).
Multi Tenancy
Multi Tenancy

Various set of APIs

  •  HTTP RESTful API
  •   Native Java API.
  •   All APIs perform automatic node operation re-routing.
API
API

Reliable, Asynchronous Write Behind for long term persistence

Elasticsearch puts your data safety first. Document changes are recorded in transaction logs on multiple nodes in the cluster to minimize the chance of any data loss.

Reliable, Asynchronous Write Behind for long term persistence
Reliable, Asynchronous Write Behind for long term persistence

Real Time Search

Data flows into your system all the time. The question is … how quickly can that data become an insight? With Elasticsearch, real-time is the only time.

Real Time
Real Time

Built on top of Lucene

Each shard is a fully functional Lucene index • All the power of Lucene easily exposed through simple configuration / plugins.

Luecen
Luecen

Open Source under Apache 2 License

Elasticsearch can be downloaded, used and modified free of charge. It is available under the Apache 2 license, one of the most flexible open source licenses available.

Picture12

(Visited 50 times, 2 visits today)