mirror of https://github.com/apache/lucene.git
Fix solr/CHANGES.txt
This commit is contained in:
parent
cde57ab64a
commit
4eead9b235
|
@ -17,11 +17,7 @@ servlet container in the directory named "example".
|
||||||
See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
|
See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
|
||||||
|
|
||||||
================== 6.2.0 ==================
|
================== 6.2.0 ==================
|
||||||
|
(No Changes)
|
||||||
Bug Fixes
|
|
||||||
----------------------
|
|
||||||
|
|
||||||
* SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed (Scott Blum, Noble Paul)
|
|
||||||
|
|
||||||
================== 6.1.0 ==================
|
================== 6.1.0 ==================
|
||||||
|
|
||||||
|
@ -170,6 +166,8 @@ Bug Fixes
|
||||||
|
|
||||||
* SOLR-9198: config APIs unable to add multiple values with same name (noble)
|
* SOLR-9198: config APIs unable to add multiple values with same name (noble)
|
||||||
|
|
||||||
|
* SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed (Scott Blum, Noble Paul)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
----------------------
|
----------------------
|
||||||
* SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation.
|
* SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation.
|
||||||
|
|
Loading…
Reference in New Issue