Hi! I am trying out Solr 10.0.0 and wonder if it’s an intentional change that the configsets of newly created cores are unpacked to the root of the core directory instead of to the conf subdirectory? Compare the following: solr-9.10.1-slim\bin\solr.cmd start solr-9.10.1-slim\bin\solr.cmd create -c test dir solr-9.10.1-slim\server\solr\test /B conf core.properties data
solr-10.0.0-slim\bin\solr.cmd start --user-managed solr-10.0.0-slim\bin\solr.cmd create -c test dir solr-10.0.0-slim\server\solr\test /B conf core.properties data lang managed-schema.xml protwords.txt solrconfig.xml stopwords.txt synonyms.txt If this is not intentional, I suspect that it is a result of SOLR-16903 where commit 86f2afd changed FileUtils.copyDirectoryToDirectory to PathUtils.copyDirectory in the CreateTool class. Yours, Mikael Sterner
