Steve Davids created SOLR-6576:
----------------------------------

             Summary: ModifiableSolrParams#add(SolrParams) is performing a set 
operation instead of an add
                 Key: SOLR-6576
                 URL: https://issues.apache.org/jira/browse/SOLR-6576
             Project: Solr
          Issue Type: Bug
            Reporter: Steve Davids
             Fix For: 5.0, Trunk


Came across this bug by attempting to append multiple ModifiableSolrParam 
objects together but found the last one was clobbering the previously set 
values. The add operation should append the values to the previously defined 
values, not perform a set operation.



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