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

Erick Erickson commented on SOLR-4196:
--------------------------------------

I'm starting by trying to pull all XML references out of CoreContainer. Frankly 
it's turning nasty, assumptions about parsing XML are scattered all over the 
place.

Does anyone have some grand scheme in mind for handling this? I've got an 
approach, but it's tedious, mostly making a new ConfigSolr class that provides 
a thunking layer. Removing all the references to XML, DOM, wc3 sure makes a lot 
of red stuff in IntelliJ.....

All I'm looking for here is if I'm overlooking the obvious. Don't want to get 
all through with it and discover there was a simpler way someone had already 
scoped out. I'm not about to make a complete copy of CoreContainer and have to 
maintain both.....
                
> Untangle XML-specific nature of Config and Container classes
> ------------------------------------------------------------
>
>                 Key: SOLR-4196
>                 URL: https://issues.apache.org/jira/browse/SOLR-4196
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>            Priority: Minor
>             Fix For: 4.1, 5.0
>
>
> sub-task for SOLR-4083. If we're going to try to obsolete solr.xml, we need 
> to pull all of the specific XML processing out of Config and Container. 
> Currently, we refer to xpaths all over the place. This JIRA is about 
> providing a thunking layer to isolate the XML-esque nature of solr.xml and 
> allow a simple properties file to be used instead which will lead, 
> eventually, to solr.xml going away.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to