Is ES support shard splitting on live or offline? or would support in futrue?

I find out solr is support that as *
http://architects.dzone.com/articles/solr-43-shard-splitting-quick*http://architects.dzone.com/articles/solr-43-shard-splitting-quick says,
but I want use ES.
how ES support for that, and, any issue for that problem?

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Hello!

Currently ElasticSearch doesn't support shard splitting. You can overshard - creating more shards during index creation, but you can't split shards.

--

Regards,

Rafał Kuć

Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch

I find out solr is support that as http://architects.dzone.com/articles/solr-43-shard-splitting-quick says, but I want use ES.

how ES support for that, and, any issue for that problem?

--

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.

For more options, visit https://groups.google.com/groups/opt_out.

Hey,

elasticsearch does not allow to split shards at the moment. Maybe however
aliases and overallocation can help you to work around. Instead of waiting
until a shard grows beyond a manageable size for one node (which is the
reason you want to split it) you should define more shards than expected
for your index (this is one of the reasons there are 5 shards by default
per index). In addition if your index grows beyond that maximum shard size,
you can create another index and use an alias to group them together. Why
is this similar? Because it is the same if you query 10 indices with one
shard each or or two indices with 5 five shards.

Hope this helps.

--Alex

On Thu, Jul 4, 2013 at 8:59 AM, dancer chuanhua.deng@gmail.com wrote:

I find out solr is support that as *
http://architects.dzone.com/articles/solr-43-shard-splitting-quick*http://architects.dzone.com/articles/solr-43-shard-splitting-quick says,
but I want use ES.
how ES support for that, and, any issue for that problem?

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks your reply. It may be a good way for that.
在 2013年7月4日星期四UTC+8下午3时15分35秒,Alexander Reelsen写道:

Hey,

elasticsearch does not allow to split shards at the moment. Maybe however
aliases and overallocation can help you to work around. Instead of waiting
until a shard grows beyond a manageable size for one node (which is the
reason you want to split it) you should define more shards than expected
for your index (this is one of the reasons there are 5 shards by default
per index). In addition if your index grows beyond that maximum shard size,
you can create another index and use an alias to group them together. Why
is this similar? Because it is the same if you query 10 indices with one
shard each or or two indices with 5 five shards.

Hope this helps.

--Alex

On Thu, Jul 4, 2013 at 8:59 AM, dancer <chuanh...@gmail.com <javascript:>>wrote:

I find out solr is support that as *
http://architects.dzone.com/articles/solr-43-shard-splitting-quick*http://architects.dzone.com/articles/solr-43-shard-splitting-quick says,
but I want use ES.
how ES support for that, and, any issue for that problem?

--
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 elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.