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

This commit is contained in:
Tommaso Teofili 2017-07-05 13:34:23 +02:00
parent 48b4960e0c
commit 8ccb61c0af
1 changed files with 4 additions and 0 deletions

View File

@ -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.