You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Dmitry Kan <dm...@gmail.com> on 2013/08/02 15:10:01 UTC

[solr 4.4.0] SPLITSHARD: small inconvenience

Hello,

SPLITSHARD is great, but has a small inconvenience in the core-level split
mode.

The following query:

http://localhost:8982/solr/admin/cores?core=statements&action=SPLIT&path=multicore/core11&path=multicore/core12

will create two sub-directories in multicore dir: core11 and core12 with
partitioned index of the core1, but the directory structure does not follow
data/index structure. Which, I think, in turn does not allow to add the two
new cores via the solr dashboard properly.

Regards,

Dmitry Kan