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 "David Smiley (JIRA)" <ji...@apache.org> on 2009/06/17 16:36:08 UTC

[jira] Updated: (SOLR-1226) XPathEntityProcessor should resolve xsl references within Solr's configuration

     [ https://issues.apache.org/jira/browse/SOLR-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Smiley updated SOLR-1226:
-------------------------------

    Attachment: SOLR-1226.patch

> XPathEntityProcessor should resolve xsl references within Solr's configuration
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-1226
>                 URL: https://issues.apache.org/jira/browse/SOLR-1226
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4
>            Reporter: David Smiley
>            Priority: Minor
>         Attachments: SOLR-1226.patch
>
>
> The XPathEntityProcessor forces me to use a URL to specify where my XSL file is.  if it is not a URL, what it should do is attempt to resolve it from Solr's configuration  via SolrCore.getREsourceLoader().  I have attached a patch which does this.
> Note: it is not clear in the DIH what the concurrency model is and thus I was not certain that XPathEntityProcessor needs to be thread-safe or not.  So just in case I cached the XSLT Transformer in a thread-safe manner using a ThreadLocal.  If DIH committers know that it doesn't have to be thread-safe then some of this code can be simplified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.