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:49:10 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 758cbd98a -> 056501be8


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

Branch: refs/heads/branch_7x
Commit: 056501be8b1aed17ef2244c06c4a2c1367eba166
Parents: 758cbd9
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:46:24 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/056501be/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 2d26373..ed858d3 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -31,6 +31,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.