Put back 6.2 bugfixes released in 5.5.2: SOLR-9191 and SOLR-9234

This commit is contained in:
Steve Rowe 2016-06-29 08:56:08 -04:00
parent 812fd346f7
commit 455e041c68

View File

@ -43,11 +43,16 @@ New Features
Bug Fixes
----------------------
* SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed (Scott Blum, Noble Paul)
* SOLR-9199: ZkController#publishAndWaitForDownStates logic is inefficient (Hrishikesh Gadre)
* SOLR-9161: Change SolrPluginUtils.invokeSetters implementation to accommodate setter variants.
(Christine Poerschke, Steve Rowe, Uwe Schindler)
* SOLR-9234: srcField parameter works only when all fields are captured in the /update/json/docs
endpoint (noble)
* SOLR-8546: SOLR-8546: TestLazyCores is failing a lot on the Jenkins cluster. (Erick Erickson)
* SOLR-9237: DefaultSolrHighlighter.doHighlightingByFastVectorHighlighter can't be overidden (janhoy)