Here: https://cwiki.apache.org/confluence/display/solr/Using+SolrJ at *EmbeddedSolrServer *section for Solr 4.5 guide example is as follows:
*container.load( "/path/to/solr/home", f );* However *CoreContainer* does not have a (String, String) method (anymore). PS: 4.6 guide draft is same too. Thanks; Furkan KAMACI
