Thanks for your answer Shawn, let's use the Collections API only then :) Any idea what could cause the "missing index size information for parent shard leader" error message?
Regards, Gaël ________________________________ De : Shawn Heisey <apa...@elyograg.org> Envoyé : jeudi 26 septembre 2019 16:58 À : solr-user@lucene.apache.org <solr-user@lucene.apache.org> Objet : Re: How to split a shard? On 9/26/2019 8:50 AM, Gael Jourdan-Weil wrote: > We are trying to split a single shard into two but we are encountering some > issues we don't understand. <snip> > A) Create a new core "col_core2", then run the SPLIT > (https://lucene.apache.org/solr/guide/7_6/coreadmin-api.html#coreadmin-split) If you are running SolrCloud, do NOT use the CoreAdmin API. Use of the CoreAdmin API on SolrCloud will lead to problems. Use the Collections API only. https://lucene.apache.org/solr/guide/7_6/collections-api.html#splitshard Thanks, Shawn