Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-12 Thread Nitin Solanki
Thanks Shawn and Erick for explanation... On Thu, Mar 12, 2015 at 9:02 PM, Shawn Heisey wrote: > On 3/12/2015 9:18 AM, Erick Erickson wrote: > > By and large, I really never use linking. But it's about associating a > > config set > > you've _already_ uploaded with a collection. > > > > So uploa

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-12 Thread Shawn Heisey
On 3/12/2015 9:18 AM, Erick Erickson wrote: > By and large, I really never use linking. But it's about associating a > config set > you've _already_ uploaded with a collection. > > So uploading is pushing the configset from your local machine up to Zookeeper, > and linking is using that uploaded, n

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-12 Thread Erick Erickson
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 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 ? >>> >> >>> >> >>

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-12 Thread Nitin Solanki
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 >> >> a

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-11 Thread Nitin Solanki
llection > >> 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, > >

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-11 Thread Erick Erickson
ot 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/ >> >

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-11 Thread Nitin Solanki
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 wrote: > > Hello, > > I hav

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-11 Thread Alexandre Rafalovitch
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 wrote: > Hello, >I have switched from solr 4.10.2 to solr 5.0.0. In solr > 4-10.2, schema.xml and solrco

Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-11 Thread Nitin Solanki
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 ?