Remove 'core' options from solrj -------------------------------- Key: SOLR-467 URL: https://issues.apache.org/jira/browse/SOLR-467 Project: Solr Issue Type: Task Affects Versions: 1.3 Reporter: Ryan McKinley Assignee: Ryan McKinley Fix For: 1.3
Remove the option to change cores for a SolrServer. The core should be selected in the constructor -- for Http version, this is with the path, and the Embedded version can get registered with a name or SolrCore. This will require creating a new SolrServer for multi-core admin operations. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.