[ 
https://issues.apache.org/jira/browse/SOLR-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551141
 ] 

Ryan McKinley commented on SOLR-427:
------------------------------------

Hymmm.  I'm just now looking at this in the context of multi-core support....

Deprecating IndexSchema(SolrConfig solrConfig, String schemaFile) isn't good 
because it gives up RELOAD -- the schema no longer knows where it came from.  
Also, the changes you make set the filename to "schema.xml" regardless of what 
is actually used.

But maybe it is ok.  everything we have is hardcoded to 
instanceDir+"/conf/schema.xml" anyway.




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

Reply via email to