Re: multicore vs multi collection

2013-03-28 Thread Jack Krupansky
rom: hupadhyay Sent: Thursday, March 28, 2013 5:35 AM To: solr-user@lucene.apache.org Subject: Re: multicore vs multi collection Does that means i can create multiple collections with different configurations ? can you please outline basic steps to create multiple collections,cause i am not able to

Re: multicore vs multi collection

2013-03-28 Thread hupadhyay
Does that means i can create multiple collections with different configurations ? can you please outline basic steps to create multiple collections,cause i am not able to create them on solr 4.0 -- View this message in context: http://lucene.472066.n3.nabble.com/multicore-vs-multi-collection

Re: multicore vs multi collection

2013-03-26 Thread Furkan KAMACI
Also from there http://wiki.apache.org/solr/SolrCloud: *Q:* What is the difference between a Collection and a SolrCore? *A:* In classic single node Solr, a SolrCoreis basically equivalent to a Collection. It presents one

Re: multicore vs multi collection

2013-03-26 Thread J Mohamed Zahoor
Thanks. This make it clear than the wiki. How do you create multiple collection which can have different schema? ./zahoor On 26-Mar-2013, at 3:52 PM, Furkan KAMACI wrote: > Did you check that document: > http://wiki.apache.org/solr/SolrCloud#A_little_about_SolrCores_and_CollectionsIt > says:

Re: multicore vs multi collection

2013-03-26 Thread Furkan KAMACI
Did you check that document: http://wiki.apache.org/solr/SolrCloud#A_little_about_SolrCores_and_CollectionsIt says: On a single instance, Solr has something called a SolrCorethat is essentially a single index. If you want multiple indexes, you create multiple S

multicore vs multi collection

2013-03-26 Thread J Mohamed Zahoor
Hi I am kind of confuzed between multi core and multi collection. Docs dont seem to clarify this.. can someone enlighten me what is ther difference between a core and a collection? Are they same? ./zahoor