Thanks a lot Erick.. It will be helpful. On Wed, Mar 11, 2015 at 9:27 PM, Erick Erickson <erickerick...@gmail.com> wrote:
> The configs are in Zookeeper. So you have to switch your thinking, > it's rather confusing at first. > > When you create a collection, you specify a "config set", these are > usually in > > ./server/solr/configsets/data_driven_schema, > ./server/solr/configsets/techproducts and the like. > > The entire conf directory under one of these is copied to Zookeeper > (which you can see > from the admin screen cloud>>tree, then in the right hand side you'll > be able to find the config sets > you uploaded. > > But, you cannot edit them there directly. You edit them on disk, then > push them to Zookeeper, > then reload the collection (or restart everything). See the reference > guide here: > https://cwiki.apache.org/confluence/display/solr/Command+Line+Utilities > > Best, > Erick > > On Wed, Mar 11, 2015 at 6:01 AM, Nitin Solanki <nitinml...@gmail.com> > wrote: > > Hi, alexandre.. > > > > Thanks for responding... > > When I created new collection(wikingram) using solrCloud. It gets create > > into example/cloud/node*(node1, node2) like that. > > I have used *schema.xml and solrconfig.xml of > sample_techproducts_configs* > > configuration. > > > > Now, The problem is that. > > If I change the configuration of *solrconfig.xml of * > > *sample_techproducts_configs*. Its configuration doesn't reflect on > > *wikingram* collection. > > How to reflect the changes of configuration in the collection? > > > > On Wed, Mar 11, 2015 at 5:42 PM, Alexandre Rafalovitch < > arafa...@gmail.com> > > wrote: > > > >> 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 ? > >> >