David Smiley created SOLR-3728:
----------------------------------

             Summary: PhoneticFilterFactory should load encoder via 
SolrResourceLoader
                 Key: SOLR-3728
                 URL: https://issues.apache.org/jira/browse/SOLR-3728
             Project: Solr
          Issue Type: Bug
            Reporter: David Smiley
            Priority: Minor


PhoneticFilterFactory allows the encoder attribute to be a full Java class 
name.  It uses Class.forName to look it up which is not what it should do since 
it will fail to find the class if the encoder class is in a jar referred to buy 
solrconfig.xml.  You shouldn't have to crack open the Solr war to place these 
in the WEB-INF lib but that's what I had to do.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to