Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

33 AWS reviews

External reviews

221 reviews
from and

External reviews are not included in the AWS star rating for the product.


    Israel F.

A scalable and easy to use search solution

  • March 13, 2016
  • Review provided by G2

What do you like best about the product?
It's lightning fast to answer a query, it's distributed by default and has hundreds of plugins and addons to play with, you don't need to be an expert to get it up and running. One of the things I really love is how easy it is to set up replication, it autodiscovers other clusters automatically and mirrors the data.

Also, if used with the "head" plugin, you can monitor the health of your cluster and your indexes in real time and make queries in an easy way through a WYSIWYG interface or a query editor.
What do you dislike about the product?
The query language is JSON based, which is good but it tends to bee too verbose and queries can get unintuitive, large and ridiculously complex.
What problems is the product solving and how is that benefiting you?
Search within our publications, it's lightning fast and it's the right solution to scale your search service on your website if you have a large traffic. I would recommend to have it since the beginning.
Recommendations to others considering the product:
Don't use it as a main data store as your search index might get corrupted or inconsistent, you'll need a main source of truth and it has to be a persistent database like MySQL, Postgres or MongoDB to rebuild your indexes.


    Bruno B.

The best search engine

  • March 11, 2016
  • Review provided by G2

What do you like best about the product?
Easy to setup.
Easy to insert data.
Easy to query data (at the beginning).
Very nice web API.
What do you dislike about the product?
The documentation is sometimes not very clear to request parameters and perhaps users will re-index their data before obtaining the best search result.
What problems is the product solving and how is that benefiting you?
Problem : get a complete view of all the informations of customers.
The data are scattered across multiple sources (RDBMS, file, ...)
Putting them in a unique system (elasticsearch) and building search-based applications that query this data lake give a large benefit to the employees to rapidly get a complete information about customers.


    Cataldo M.

Great Search Features!

  • March 10, 2016
  • Review provided by G2

What do you like best about the product?
Elastichsearch is a wonderful library for implementing search engines tools. Provides a nice user interface, very useful for interacting with the search engine as well as several interesting features as the geo-localization.
What do you dislike about the product?
Nothing. It is really a nice tool. I suggest it to everyone.
What problems is the product solving and how is that benefiting you?
Implementation of search engines. semantic search. geo-localization-based search.
Recommendations to others considering the product:
I suggest to use elastichsearch due its very nice semantic search and geo-localized search features. Furthermore, it has a nice user interface and a total support to NoSQL engines.


    Bradley H.

Incredibly powerful, large learning curve

  • March 07, 2016
  • Review provided by G2

What do you like best about the product?
Elasticsearch is a great product for building large and very powerful search... With great power comes great responsibility though... There's a large learning curve to get up and running, but overall it can really be worth it when you need to have powerful search features across a huge number of documents.
What do you dislike about the product?
The learning curve can be very daunting (the first ES book was probably 4x thicker than any other programming book I own).
What problems is the product solving and how is that benefiting you?
We use elasticsearch to provide search functionality across multiple models on our site... We also use it to power all of our admin functionality. We've recently experiments with using it to index and build reports for our app analytics as well.
Recommendations to others considering the product:
I'd say it's between Solr and Elasticsearch and es is a much more powerful tool.