Hi,
im playing around with solr 4.4. Just started it and tried to create new cores. First hurdle was the fact that no solrconfig.xml and no schema.xml were found in the classpath. So I copied and configured into example/resources, because that directory is in the classpath. Now I am able to create cores, but new cores don't have their own config file. Is this intended behavior? I haven't found much documentation for these features. I think I miss something basic here. Is it really normal, that no configuration files are being created when creating cores? But if I change configuration properties, where are they going to be stored? Any hints are welcome! Best Hendrik