Re: Collection APIs to create collection and custom cores naming

2015-08-03 Thread Erick Erickson
See: https://issues.apache.org/jira/browse/SOLR-6719 It's not clear that we'll support this, so this may just be a doc change. How would you properly support having more than one replica? Or, for that matter, having more than one shard? Property.name would have to do something to make the core nam

Collection APIs to create collection and custom cores naming

2015-08-02 Thread davidphilip cherian
How to use the 'property.name=value' in the api example[1] to modify core.properties value of 'name' While creating the collection with below query[2], the core names become 'aggregator_shard1_replica1' and 'aggregator_shard2_replica1'. I wanted have specific/custom name for each of these cores. I