DESIGN TEMPLATES
Data schema flexibility. In Elasticsearch, you do not need to specify a data scheme in advance
EASY TO USE
Scalability and resiliency – Elasticsearch scales easily. The data is distributed in such a way that if one of the nodes fails, they will not be lost and the search engine itself will continue to work without failures
A LOT OF TOOLS
Multi-lending – the ability to organize several different search engines within a single Elasticsearch object
DISCONNECTED COMPONENTS
Schema free – Elasticsearch allows you to load a regular JSON object into it

