You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2017/07/07 10:16:46 UTC

lucene-solr:branch_7_0: LUCENE-7823, LUCENE-7838 - added missing entires in changes.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_0 f7ce9d679 -> 25229f21e


LUCENE-7823, LUCENE-7838 - added missing entires in changes.txt

(cherry picked from commit 8ccb61c)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/25229f21
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/25229f21
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/25229f21

Branch: refs/heads/branch_7_0
Commit: 25229f21ec7b7d79c9fd7408e88290de29065672
Parents: f7ce9d6
Author: Tommaso Teofili <to...@apache.org>
Authored: Wed Jul 5 13:34:23 2017 +0200
Committer: Tommaso Teofili <to...@apache.org>
Committed: Fri Jul 7 12:15:24 2017 +0200

----------------------------------------------------------------------
 lucene/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/25229f21/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 7ea2aa2..a64a354 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -28,6 +28,10 @@ New Features
   updates concurrently, giving sizable speedups in update-heavy
   indexing use cases (Simon Willnauer, Mike McCandless)
 
+* LUCENE-7823: Pure query based naive bayes classifier using BM25 scores (Tommaso Teofili)
+
+* LUCENE-7838: Knn classifier based on fuzzified term queries (Tommaso Teofili)
+
 API Changes
 
 * LUCENE-2605: Classic QueryParser no longer splits on whitespace by default.