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/05 11:35:15 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 48b4960e0 -> 8ccb61c0a


LUCENE-7823, LUCENE-7838 - added missing entires in 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/8ccb61c0
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8ccb61c0
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8ccb61c0

Branch: refs/heads/master
Commit: 8ccb61c0af3c38dab6f1a62eafb836fb6415e55c
Parents: 48b4960
Author: Tommaso Teofili <to...@apache.org>
Authored: Wed Jul 5 13:34:23 2017 +0200
Committer: Tommaso Teofili <to...@apache.org>
Committed: Wed Jul 5 13:34:23 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8ccb61c0/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 3d875c3..15164b3 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -34,6 +34,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.