mirror of https://github.com/apache/lucene.git
SOLR-5734: move CHANGES.txt entry to 4.7.1 section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1581163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
484e5bbbe7
commit
c215ee38a9
|
@ -162,9 +162,6 @@ New Features
|
|||
Bug Fixes
|
||||
----------------------
|
||||
|
||||
* SOLR-5734: We should use System.nanoTime rather than System.currentTimeMillis
|
||||
when calculating elapsed time. (Mark Miller, Ramkumar Aiyengar)
|
||||
|
||||
* SOLR-5760: ConcurrentUpdateSolrServer has a blockUntilFinished call when
|
||||
streamDeletes is true that should be tucked into the if statement below it.
|
||||
(Mark Miller, Gregory Chanan)
|
||||
|
@ -329,6 +326,9 @@ Bug Fixes
|
|||
* SOLR-5777: Fix ordering of field values in JSON updates where
|
||||
field name key is repeated (hossman)
|
||||
|
||||
* SOLR-5734: We should use System.nanoTime rather than System.currentTimeMillis
|
||||
when calculating elapsed time. (Mark Miller, Ramkumar Aiyengar)
|
||||
|
||||
================== 4.7.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
|
|
Loading…
Reference in New Issue