Re: questions on the collections API usage (solrcloud 4.5.1)

2014-01-08 Thread jhittner
> Let's take a step back and examine a more ideal way to do things. Shawn- Thanks very much for taking the time to explain this to me so clearly. I think I'm good to go now. I will do some testing today. -Jon -- View this message in context: http://lucene.472066.n3.nabble.com/question

Re: questions on the collections API usage (solrcloud 4.5.1)

2014-01-07 Thread Shawn Heisey
On 1/7/2014 12:55 PM, jhittner wrote: > Hi, I'm working on setting up my first SolrCloud instance and have a three > questions I was hoping for some help with. I am running Solr 4.5.1. > > 1- I have 2 different schema's and 2 solrconfigs that I currently place in a > single conf folder that get

Re: questions on the collections API usage (solrcloud 4.5.1)

2014-01-07 Thread jhittner
You are correct. I am trying to run two collections. each collection with its own solrconfig and schema. I'm just having some issues creating these separate collections by the API without having to modify the core.properties and create the empty conf directory. How do I tell the collections AP

Re: questions on the collections API usage (solrcloud 4.5.1)

2014-01-07 Thread Erick Erickson
This sounds like you really want two different collections. Using two different configs/schemas is not compatible with a single collection. Perhaps you could back up and tell us why you think you need to do this? Sounds like an XY problem. Best Erick On Jan 7, 2014 2:56 PM, "jhittner" wrote: > H