Re: Core property name ignored when creating collection using API

2015-02-04 Thread Avanish Raju
Hi Shawn, Thanks for clarifying! And my apologies, it looks like my question was posted twice to the forum. I've also received replies from Erick and Chris to help clear out my confusion - on this thread: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201502.mbox/browser Glad to see su

Re: Core property name ignored when creating collection using API

2015-02-03 Thread Shawn Heisey
On 2/2/2015 1:08 AM, Avanish Raju wrote: > I'm learning to create collections by http for a new solr instance. To > create a new collection called "*user6*", I tried the following: > http://104.154.50.127:8983/solr/admin/collections?action=CREATE&name=*user6* > &numShards=1&replicationFactor=2&prop

Re: Core property name ignored when creating collection using API

2015-02-02 Thread Avanish Raju
Hi Chris, Thanks so much for your reply and clarification. I was able to get the collection search working as expected. :) Also sharing the following JIRA issue for fixes/improvements to Solr Admin for SolrCloud-based things, shared by @elyagrog on IRC: https://issues.apache.org/jira/browse/SOLR

Re: Core property name ignored when creating collection using API

2015-02-02 Thread Chris Hostetter
: I had a discussion with @search_mb about this on IRC, and he explained how : my collection query would still work with "user6", though we couldn't : resolve why the solr Core Admin page doesn't show the collection name as " : user6". "Core Admin" pages in the UI are still specific to *CORES* ..

Re: Core property name ignored when creating collection using API

2015-02-02 Thread Avanish Raju
I had a discussion with @search_mb about this on IRC, and he explained how my collection query would still work with "user6", though we couldn't resolve why the solr Core Admin page doesn't show the collection name as " user6". Detailed chat log follows: --

Re: Core property name ignored when creating collection using API

2015-02-02 Thread Avanish Raju
Hi Erick, Thanks for your reply! I totally understand that each shard should have a different name and each replica should too. But I want "user6" to be the name of the collection. Similar to how we have "collection 1" in the quick start. I'm hoping to set up one collection per user, which may spa

Re: Core property name ignored when creating collection using API

2015-02-02 Thread Erick Erickson
I really doubt you want to do this. It's perfectly possible to host multiple replicas or multiple shards on the same Solr. So if you name the shards all "user6", how would they be distinguished? Best, Erick On Mon, Feb 2, 2015 at 12:31 AM, Avanish Raju wrote: > Hi all, > > I'm learning to creat