[jira] Created: (SOLR-695) Make single core solr equivolent to multicore with a single configured core.

2008-08-13 Thread Ryan McKinley (JIRA)
Make single core solr equivolent to multicore with a single configured core. Key: SOLR-695 URL: https://issues.apache.org/jira/browse/SOLR-695 Project: Solr

Re: [jira] Created: (SOLR-695) Make single core solr equivolent to multicore with a single configured core.

2008-08-13 Thread Ryan McKinley
Unless I hear otherwise soon, I will go ahead and commit the first part of this patch: renaming MultiCore - CoreContainer This is a simple refactoring with no logic changes. I'm breaking standard process since this seems like a high priority task, and I think it is valuable to have a patch

Re: [jira] Created: (SOLR-695) Make single core solr equivolent to multicore with a single configured core.

2008-08-13 Thread Grant Ingersoll
There still seems to be MultiCoreRequest and MulticoreParams in SolrJ... On Aug 13, 2008, at 10:23 AM, Ryan McKinley wrote: Unless I hear otherwise soon, I will go ahead and commit the first part of this patch: renaming MultiCore - CoreContainer This is a simple refactoring with no logic

Re: [jira] Created: (SOLR-695) Make single core solr equivolent to multicore with a single configured core.

2008-08-13 Thread Ryan McKinley
perhaps those should be renamed to CoreAdminRequest / CoreAdminParams? We are close to posting something concrete for SOLR-695 -- after that is in, we should do a full audit of all multicore language, use, etc On Aug 13, 2008, at 5:50 PM, Grant Ingersoll wrote: There still seems to be