Solr vs ElasticSearch: Part 5 – Management API Capabilities | Sematext Blog
[Note: for those of you who don’t have the time or inclination to go through all the technical details, here’s a high-level, up-to-date (2015) Solr vs. Elasticsearch overview ] In previous posts, all listed below, we’ve discussed general architecture, full text search capabilities and facet aggregations possibilities. However, till now we have not discussed any of the administration and management options and things you can do on a live cluster without any restart. So let’s get into it and see what Apache Solr and ElasticSearch have to offer. ElasticSearch As you probably know ElasticSearch offers a single way to talk to it – its HTTP REST API – JSON structured queries and responses. In most cases, especially during query time, it is very handy, because it let’s you perfectly control the structure of your queries and thus control the logic. Apache Solr On the other hand we have Apache Solr.Read full article from Solr vs ElasticSearch: Part 5 – Management API Capabilities | Sematext Blog
No comments:
Post a Comment