Elasticsearch
devopsWe are continuing to use Elasticsearch successfully in Searchperience® and have benefited from the aggregation features for related use cases such as rendering category trees. We also use Elasticsearch as a persistence solution for various microservices.
This is why we have updated its status to adopt.
Elasticsearch is a REST-based search and analytics engine based on Lucene. Unlike its competitor Apache Solr, it was developed from the beginning with clustering and scaling in mind. It allows you to create complex queries while still delivering results very quickly.
At AOE, we use Elasticsearch for logging as well as our own search solution, Searchperience®. We recently moved the Searchperience stack from Solr to Elasticsearch and believe this was the right decision. Especially in terms of scaling, ease of use, and performance, Elasticsearch really shines. Additionally, the API design incorporates learnings from Apache Solr - for example, the queryDSL is a powerful way of describing different search use cases with highly flexible support for aggregations, etc.