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:38:59 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 96af65257 -> 63ac156c7


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

Branch: refs/heads/branch_6x
Commit: 63ac156c7679a519fc3a7ccad13819e93d5b7e84
Parents: 96af652
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:36:27 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/63ac156c/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index a22a61a..8b7c546 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -61,6 +61,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
 ----------------------