You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2007/12/06 14:27:43 UTC

[jira] Updated: (SOLR-427) Allow IndexSchema to load from an InputStream, not just a file system file

     [ 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.