[ https://issues.apache.org/jira/browse/SOLR-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549029 ]
Erik Hatcher commented on SOLR-427: ----------------------------------- Ultimately what I want to do is affect an in-memory schema and then load a new SolrCore with it, without having to futz with XML. This gets some of the way there in the simplest way possible. > Allow IndexSchema to load from an InputStream, not just a file system file > -------------------------------------------------------------------------- > > Key: SOLR-427 > URL: https://issues.apache.org/jira/browse/SOLR-427 > Project: Solr > Issue Type: Improvement > Components: search > Affects Versions: 1.3 > Reporter: Erik Hatcher > Assignee: Erik Hatcher > Priority: Minor > Fix For: 1.3 > > Attachments: patch.txt > > > IndexSchema is currently tied to reading a file system schema.xml file. In > order to more dynamically load a schema from in-memory configuration this > needs to be adjusted. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.