Support configuration of Analysis Factories via setters
-------------------------------------------------------

                 Key: SOLR-2361
                 URL: https://issues.apache.org/jira/browse/SOLR-2361
             Project: Solr
          Issue Type: Improvement
          Components: Schema and Analysis
            Reporter: Chris Male


Currently configuration of Analysis Factories is done by the Factories reading 
from NamedLists.  This requires a Factory to know the name of its configuration 
values and makes testing complicated since configuration values need to be 
loaded into a NamedList and passed in.

Similar to SOLR-2360, we should allow configuration values to be injected into 
Factories via setters.  We can then remove the NamedList from most Factories.  
We will need to keep the init method however, to allow Factories to do any 
configuration of themselves as a result of the injected values.

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

Reply via email to