Re: Use multiple collections having different configuration

2015-02-20 Thread Nitin Solanki
Thanks Shawn.. On Fri, Feb 20, 2015 at 7:53 PM, Shawn Heisey wrote: > On 2/20/2015 4:06 AM, Nitin Solanki wrote: > > I have scenario where I want to create/use 2 collection into > > same Solr named as collection1 and collection2. I want to use distributed > > servers. Each collection

Re: Use multiple collections having different configuration

2015-02-20 Thread Shawn Heisey
On 2/20/2015 4:06 AM, Nitin Solanki wrote: > I have scenario where I want to create/use 2 collection into > same Solr named as collection1 and collection2. I want to use distributed > servers. Each collection has multiple shards. Each collection contains > different configurations(solrc

Use multiple collections having different configuration

2015-02-20 Thread Nitin Solanki
Hello, I have scenario where I want to create/use 2 collection into same Solr named as collection1 and collection2. I want to use distributed servers. Each collection has multiple shards. Each collection contains different configurations(solrconfig.xml and schema.xml). How can I do? In