mirror of https://github.com/apache/lucene.git
SOLR-7324: Move CHANGES entry under 5.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670571 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ddfb4d9d00
commit
335747875d
|
@ -83,6 +83,9 @@ Bug Fixes
|
|||
Optimizations
|
||||
----------------------
|
||||
|
||||
* SOLR-7324: IndexFetcher does not need to call isIndexStale if full copy is already needed
|
||||
(Stephan Lagraulet via Varun Thacker)
|
||||
|
||||
================== 5.1.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||
|
@ -385,9 +388,6 @@ Optimizations
|
|||
* SOLR-7239: improved performance of min & max in StatsComponent, as well as situations
|
||||
where local params disable all stats (hossman)
|
||||
|
||||
* SOLR-7324: IndexFetcher does not need to call isIndexStale if full copy is already needed
|
||||
(Stephan Lagraulet via Varun Thacker)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue