Erick Erickson created SOLR-4201: ------------------------------------ Summary: Combination of a core being swappable and loading on startup doesn't actually load on startup Key: SOLR-4201 URL: https://issues.apache.org/jira/browse/SOLR-4201 Project: Solr Issue Type: Bug Affects Versions: 4.1, 5.0 Reporter: Erick Erickson Assignee: Erick Erickson Priority: Minor
See Shawn's comment on SOLR-1028. Problem is this line (611 currently) in CoreContainer.xml (4x) if (!p.isSwappable() && p.isLoadOnStartup()) Should be || instead I think. -- 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