Elasticsearch Raises $70 Million
21–30 of 67 posts
Re: Elasticsearch Raises $70 Million
#22Re: Elasticsearch Raises $70 Million
#23Could someone explain in a few lines why & how is elasticsearch a revolutionary thing (technically) ?
My reason for not using it originally was that we had prototyped our solution using Compass (which was the project before Elasticsearch) only to have it abandoned to work on Elasticsearch. So I was concerned about the "one dev" model and losing something that was a key component of what we needed.
Since then I've not been impressed with SolrCloud (would love to hear good experiences, but it seems their distributed model isn't right) and have been giving Elasticsearch serious thought again.
Re: Elasticsearch Raises $70 Million
#24Could someone explain in a few lines why & how is elasticsearch a revolutionary thing (technically) ?
Re: Elasticsearch Raises $70 Million
#25Hopefully this means that the documentation gets some help, especially some of the official libraries. So far working with ES has been a mixed bag… seems good in theory but I've had a hard time getting over the learning curve.
Re: Elasticsearch Raises $70 Million
#26Could someone explain in a few lines why & how is elasticsearch a revolutionary thing (technically) ?
Re: Elasticsearch Raises $70 Million
#27Could someone explain in a few lines why & how is elasticsearch a revolutionary thing (technically) ?
Do you need something beyond "highly scalable search solution"? A lot of enterprises (and I'd guess startups too!) need good search solutions and your two players in the Java space (that I know of) are Solr and Elasticsearch. We are using Solr in our product, but the more I hear about Elasticsearch the more I want to give it a serious try. My reason for not using it originally was that we had prototyped our solution…
Re: Elasticsearch Raises $70 Million
#28Could someone explain in a few lines why & how is elasticsearch a revolutionary thing (technically) ?
Re: Elasticsearch Raises $70 Million
#29Earlier quoted context omitted.
Do you need something beyond "highly scalable search solution"? A lot of enterprises (and I'd guess startups too!) need good search solutions and your two players in the Java space (that I know of) are Solr and Elasticsearch. We are using Solr in our product, but the more I hear about Elasticsearch the more I want to give it a serious try. My reason for not using it originally was that we had prototyped our solution…
"In the Java space" meaning deployed in a Java servlet container. Both are stand-alone search servers, exposing their API for search and indexing through HTTP using XML and/or JSON.
I didn't say nor mean to imply that. Technically, Solr is based on servlet technology whether stand-alone or not, you can choose to deploy it in a web container of your choice or use the Jetty instance it comes with for the "stand-alone" experience. I don't know much about Elasticsearch's architecture personally.
Re: Elasticsearch Raises $70 Million
#30Could someone explain in a few lines why & how is elasticsearch a revolutionary thing (technically) ?