Erick Erickson created SOLR-4301: ------------------------------------ Summary: Consolidate lazily-loaded cores and loadOnStartup cores lists into a separate class Key: SOLR-4301 URL: https://issues.apache.org/jira/browse/SOLR-4301 Project: Solr Issue Type: Improvement Affects Versions: 4.2, 5.0 Reporter: Erick Erickson Assignee: Erick Erickson Priority: Minor
The current implementation starting with SOLR-1028 is pretty trappy, in CoreContainer you have to know to check both the static (LoadOnStartup=true) and transient cores at various places in the code. Refactoring this into a class would allow consumers to not have to know about this implementation detail. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org