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 2018/10/28 17:36:31 UTC

lucene-solr:branch_7x: SOLR-12828: Update CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 7259d782f -> 7890e84f2


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

Branch: refs/heads/branch_7x
Commit: 7890e84f242d85526183116a0135774e74cb4436
Parents: 7259d78
Author: Joel Bernstein <jb...@apache.org>
Authored: Sun Oct 28 13:30:43 2018 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Sun Oct 28 13:35:58 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7890e84f/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 02bd032..3535eb8 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -78,6 +78,8 @@ New Features
 * SOLR-12754: The UnifiedHighlighter has a new hl.weightMatches param defaulting to false (will be true in 8.0).  It's
   the highest query accuracy mode, and furthermore phrase queries are highlighted as one.  (David Smiley)
 
+* SOLR-12828: Add oscillate Stream Evaluator to support sine wave analysis. (Joel Bernstein)
+
 Other Changes
 ----------------------