[ https://issues.apache.org/jira/browse/SOLR-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019492#comment-13019492 ]
Uwe Schindler commented on SOLR-2436: ------------------------------------- bq. Or perhaps we need a utility method and pointer to that? That's a little bit out of scope. I was thinking about that, too, but there are too many different ways to parse XML (Stax, DocumentBuilder), so I did not do this. The new Resolver and Logging classes already handle those interface implementations for all types of parsing, just initializing the parsers should be in the caller's responsibility. Also XSL is different, so all of them use ResourceLoader, but their code is different. It is just important that you just *not* use the standard copy-paste from XML howtos. A similar code example like above can be shown for Stax and Transformers/Templates. I see no need to make helper classes. I will add to wiki later. > move uimaConfig to under the uima's update processor in solrconfig.xml > ---------------------------------------------------------------------- > > Key: SOLR-2436 > URL: https://issues.apache.org/jira/browse/SOLR-2436 > Project: Solr > Issue Type: Improvement > Affects Versions: 3.1 > Reporter: Koji Sekiguchi > Priority: Minor > Attachments: SOLR-2436-3.patch, SOLR-2436.patch, SOLR-2436.patch, > SOLR-2436.patch, SOLR-2436_2.patch > > > Solr contrib UIMA has its config just beneath <config>. I think it should > move to uima's update processor tag. -- This message is automatically generated by JIRA. 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