Hoss Man created SOLR-9119:
------------------------------

             Summary: ValueSourceParser.addParser should be private
                 Key: SOLR-9119
                 URL: https://issues.apache.org/jira/browse/SOLR-9119
             Project: Solr
          Issue Type: Bug
            Reporter: Hoss Man


these static helper methods should only be used by the static init code in the 
same class for registering the default list of valuesource parsers.  Plugin 
writters should never use these -- the fact that they are public is dangerous 
and leaves us open to bugs if/when plugin writers (or tests) try to use them 
and may affect other cores/collections in the same JVM.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to