[ https://issues.apache.org/jira/browse/SOLR-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Erik Hatcher updated SOLR-427: ------------------------------ Attachment: patch.txt Attached is a patch that allows IndexSchema to load from an InputStream. This deprecates the getInputStream() method as that didn't seem a viable method to keep - suggestions welcome on that. It also deprecates the original constructor, though that might be unnecessary. > 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.