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/09/24 02:31:11 UTC

lucene-solr:master: SOLR-9537: Update CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/master 18c31b325 -> 4733488ed


SOLR-9537: 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/4733488e
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4733488e
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4733488e

Branch: refs/heads/master
Commit: 4733488ed59dc6ff9c4e127e9379a6f4ccff0e26
Parents: 18c31b3
Author: Joel Bernstein <jb...@apache.org>
Authored: Fri Sep 23 22:31:02 2016 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Fri Sep 23 22:31:02 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4733488e/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 242052a..aafd796 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -95,6 +95,8 @@ New Features
 * SOLR-9534: You can now set Solr's log level through environment variable SOLR_LOG_LEVEL
   Also adds conveience arguments -q (quiet: WARN) and -v (verbose: DEBUG) to bin/solr (janhoy)
 
+* SOLR-9537: Support facet scoring with the scoreNodes expression (Joel Bernstein)
+
 Bug Fixes
 ----------------------