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 2019/01/30 02:55:28 UTC

[lucene-solr] branch master updated: SOLR-13134: Update CHANGES.txt

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 2547897  SOLR-13134: Update CHANGES.txt
2547897 is described below

commit 25478979b1709abf619445c4a886d284df89a8de
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Jan 29 21:55:21 2019 -0500

    SOLR-13134: Update CHANGES.txt
---
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6e04aff..5bd1f14 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -172,6 +172,9 @@ New Features
   value as Solr will supply one automatically by concatenating a path to that of the parent document's key.
   (David Smiley, Moshe Bla).
 
+* SOLR-13134: Allow the knnRegress Stream Evaluator to more easily perform bivariate regression.
+  (Joel Bernstein)
+
 Bug Fixes
 ----------------------