Re: Avoiding _shard1_replica_n1-directories in Solr cloud mode

2024-06-03 Thread Jan Høydahl
Hi, Cloud mode is not designed for you to micro manage core.properties. In fact you are not supposed to work on the "core" level at all, but rather issue API requests to create a collection, and let Solr create all the underlying cores. You should not need to care what the names of those core d

Avoiding _shard1_replica_n1-directories in Solr cloud mode

2024-06-01 Thread Alex Pircher
Hello all, in Solr Cloud mode I always get an additional data-directory named *_shard1_replica_n1 for every core which is then used as data-directory. In Standalone mode everything is working fine. - Standalone bin/solr start -force curl http://localhost:8983/solr/admin/cores curl http://localho