You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2017/05/16 16:17:47 UTC

[1/2] lucene-solr:branch_6_6: Add missing CHANGES entry.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_6 b30a042bc -> fb8655073
  refs/heads/branch_6x 89dc9c5e7 -> 2dadd84fc


Add missing CHANGES entry.


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

Branch: refs/heads/branch_6_6
Commit: fb8655073f55e0c6471d0073226e636053cfd9a1
Parents: b30a042
Author: Adrien Grand <jp...@gmail.com>
Authored: Tue May 16 11:34:23 2017 +0200
Committer: Adrien Grand <jp...@gmail.com>
Committed: Tue May 16 18:16:59 2017 +0200

----------------------------------------------------------------------
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/fb865507/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 1b5a4f9..a1d26dd 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -42,6 +42,9 @@ Bug Fixes
 * LUCENE-7824: Fix graph query analysis for multi-word synonym rules with common terms (eg. new york, new york city).
   (Jim Ferenczi)
 
+* LUCENE-7817: Pass cached query to onQueryCache instead of null.
+  (Christoph Kaser via Adrien Grand)
+
 Improvements
 
 * LUCENE-7782: OfflineSorter now passes the total number of items it


[2/2] lucene-solr:branch_6x: Add missing CHANGES entry.

Posted by jp...@apache.org.
Add missing CHANGES entry.


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

Branch: refs/heads/branch_6x
Commit: 2dadd84fc69f42c59ddfef043408e80e925bd62e
Parents: 89dc9c5
Author: Adrien Grand <jp...@gmail.com>
Authored: Tue May 16 11:34:23 2017 +0200
Committer: Adrien Grand <jp...@gmail.com>
Committed: Tue May 16 18:17:10 2017 +0200

----------------------------------------------------------------------
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2dadd84f/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 3a58aa5..3bbe1f1 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -45,6 +45,9 @@ Bug Fixes
 * LUCENE-7824: Fix graph query analysis for multi-word synonym rules with common terms (eg. new york, new york city).
   (Jim Ferenczi)
 
+* LUCENE-7817: Pass cached query to onQueryCache instead of null.
+  (Christoph Kaser via Adrien Grand)
+
 Improvements
 
 * LUCENE-7782: OfflineSorter now passes the total number of items it