You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2016/07/06 23:14:38 UTC

[2/2] lucene-solr:master: SOLR-9193,SOLR-9243: update CHANGES.txt

SOLR-9193,SOLR-9243: update CHANGES.txt


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

Branch: refs/heads/master
Commit: 2bd6c4ecd774a818168b37e6f09208f8ee4ec45f
Parents: d9a0eba
Author: jbernste <jb...@apache.org>
Authored: Wed Jul 6 19:06:16 2016 -0400
Committer: jbernste <jb...@apache.org>
Committed: Wed Jul 6 19:06:16 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2bd6c4ec/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 326bb42..20f0919 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -83,6 +83,11 @@ New Features
 * SOLR-9242: Collection Backup/Restore now supports specifying the directory implementation to use
   via the "repository" parameter. (Hrishikesh Gadre, Varun Thacker)
 
+* SOLR-9193: Add scoreNodes Streaming Expression (Joel Bernstein)
+
+* SOLR-9243: Add terms.list parameter to the TermsComponent to fetch the docFreq for a list of terms
+  (Joel Bernstein)
+
 Bug Fixes
 ----------------------