Per, http://thinkbiganalytics.com/solr-vs-elastic-search/ , ElasticSearch
does not suport shard spiltting which Solr supports. Is it generally an
issue in production, if yes what alternate user has :-
Shard Splitting
Shards are the partitioning unit for the Lucene index, both Solr and
ElasticSearch have them. You can distribute your index by placing shards on
different machines in a cluster. Until April 2013, both Solr and
ElasticSearch would not allow you to change the number of shards in your
index. So if you decided you wanted to split your index into 10 shards on
day one, and two years later you want to add another 5 shards, you were not
able to do that without completely starting over (reindexing everything).
As of April 2013 Solr supports shard splitting
https://issues.apache.org/jira/browse/SOLR-3755, which allows you to
create more shards by splitting existing shards. ElasticSearch still does
not support this.
Thanks, Gaurav
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CALZAj3LGdMLYFPn8jX0CdhgRdP8suWTg0ekR8LcoPRc%3D1gasHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.