From 2bd6c4ecd774a818168b37e6f09208f8ee4ec45f Mon Sep 17 00:00:00 2001 From: jbernste Date: Wed, 6 Jul 2016 19:06:16 -0400 Subject: [PATCH] SOLR-9193,SOLR-9243: update CHANGES.txt --- solr/CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 326bb42c91f..20f09197a39 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 ----------------------