Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "LotsOfCores" page has been changed by ErickErickson: http://wiki.apache.org/solr/LotsOfCores?action=diff&rev1=14&rev2=15 * [[https://issues.apache.org/jira/browse/SOLR-1293|SOLR-1293]] - Support for large number of cores and faster loading/unloading of cores. This issue has many child issues focusing on individual changes: * Open issues * [[https://issues.apache.org/jira/browse/SOLR-919|SOLR-919]] - Cache and reuse SolrConfig - * [[https://issues.apache.org/jira/browse/SOLR-880|SOLR-880]] - SolrCore should have a STOP option and a lazy startup option * [[https://issues.apache.org/jira/browse/SOLR-1028|SOLR-1028]] - Automatic core loading unloading for multicore * [[https://issues.apache.org/jira/browse/SOLR-1306|SOLR-1306]] - Support pluggable persistence/loading of solr.xml details * [[https://issues.apache.org/jira/browse/SOLR-1416|SOLR-1416]] - Reduce contention in CoreContainer#getCore() @@ -27, +26 @@ * [[https://issues.apache.org/jira/browse/SOLR-1533|SOLR-1533]] - Partition data directories into multiple "bucket" directories * [[https://issues.apache.org/jira/browse/SOLR-3980|SOLR-3980]] - list not loaded (lazily loaded) cores for clients. * Fixed/Closed issues + * [[https://issues.apache.org/jira/browse/SOLR-880|SOLR-880]] - SolrCore should have a STOP option and a lazy startup option (part of SOLR-1028) * [[https://issues.apache.org/jira/browse/SOLR-920|SOLR-920]] - Cache and reuse IndexSchema * [[https://issues.apache.org/jira/browse/SOLR-921|SOLR-921]] - SolrResourceLoader must cache short name vs fully qualified name - * [[https://issues.apache.org/jira/browse/SOLR-1108|SOLR-1108]] - Remove synchronization in SolrCore constructor - * [[https://issues.apache.org/jira/browse/SOLR-943|SOLR-943]] - Make it possible to specify dataDir in solr.xml + * [[https://issues.apache.org/jira/browse/SOLR-943|SOLR-943]] - Make it possible to specify dataDir in solr.xml * [[https://issues.apache.org/jira/browse/SOLR-1106|SOLR-1106]] - Pluggable CoreAdminHandler (Action ) architecture that allows for custom handler access to CoreContainer / request-response + * [[https://issues.apache.org/jira/browse/SOLR-1108|SOLR-1108]] - Remove synchronization in SolrCore constructor * [[https://issues.apache.org/jira/browse/SOLR-1531|SOLR-1531]] - Provide an option to remove the data directory on core unload. Already done in [[https://issues.apache.org/jira/browse/SOLR-2610|SOLR-2610]