Which example are you using? Or how are you creating your collection? If you are using your example, it creates a new directory under "example". If you are creating a new collection with "-c", it creates a new directory under the "server/solr". The actual files are a bit deeper than usual to allow for a log folder next to the collection folder. So, for example: "example/schemaless/solr/gettingstarted/conf/solrconfig.xml"
If it's a dynamic schema configuration, you don't actually have schema.xml, but managed-schema, as you should be mostly using REST calls to configure it. If you want to see the configuration files before the collection actually created, they are under "server/solr/configsets", though they are not configsets in Solr sense, as they do get copied when you create your collections (sharing them causes issues). Regards, Alex. ---- Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 11 March 2015 at 07:50, Nitin Solanki <nitinml...@gmail.com> wrote: > Hello, > I have switched from solr 4.10.2 to solr 5.0.0. In solr > 4-10.2, schema.xml and solrconfig.xml were in example/solr/conf/ folder. > Where is schema.xml and solrconfig.xml in solr 5.0.0 ? and also want to > know how to configure in solrcloud ?