You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/10/08 02:30:32 UTC

[10/30] lucene-solr:jira/http2: Fix the CHANGES entry - this is applicable only to 8.0 codebase.

Fix the CHANGES entry - this is applicable only to 8.0 codebase.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/abace298
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/abace298
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/abace298

Branch: refs/heads/jira/http2
Commit: abace2987a00e565068a92d288967f6b9e2efd6f
Parents: eba7bed
Author: Andrzej Bialecki <ab...@apache.org>
Authored: Wed Oct 3 14:11:43 2018 +0200
Committer: Andrzej Bialecki <ab...@apache.org>
Committed: Wed Oct 3 14:11:43 2018 +0200

----------------------------------------------------------------------
 solr/CHANGES.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/abace298/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d9ee5fc..af95736 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -67,6 +67,11 @@ SOLR-12591: Expand the set of recognized date format patterns of schemaless mode
 
 SOLR-12593: The default configSet now includes an "ignored_*" dynamic field.  (David Smiley)
 
+Optimizations
+----------------------
+
+* SOLR-12725: ParseDateFieldUpdateProcessorFactory should reuse ParsePosition. (ab)
+
 Other Changes
 ----------------------
 
@@ -428,8 +433,6 @@ Optimizations
 
 * SOLR-12766: When retrying internal requests, backoff only once for the full batch of retries (Tomás Fernández Löbbe)
 
-* SOLR-12725: ParseDateFieldUpdateProcessorFactory should reuse ParsePosition (ab)
-
 Other Changes
 ----------------------