SOLR-11130: change was added in wrong version

This commit is contained in:
Noble Paul 2017-07-26 21:19:23 +09:30
parent 917a116b90
commit 41c666d44d
1 changed files with 3 additions and 2 deletions

View File

@ -389,6 +389,9 @@ Bug Fixes
* SOLR-11136: Fix solrj XMLResponseParser when nested docs transformer is used with indented XML (hossman)
* SOLR-11130: V2Request in SolrJ should return the correct collection name so that the request is forwarded to the
correct node (noble)
Optimizations
----------------------
@ -2331,8 +2334,6 @@ Bug Fixes
* SOLR-9391: LBHttpSolrClient.request now correctly returns Rsp.server when
previously skipped servers were successfully tried. (Christine Poerschke)
* SOLR-11130: V2Request in SolrJ should return the correct collection name so that the request is forwarded to the
correct node (noble)
Optimizations
----------------------