From a07edaee332038c7ad5b7bb2f08fcb938b611447 Mon Sep 17 00:00:00 2001 From: Joel Bernstein Date: Fri, 16 Feb 2018 21:04:25 -0500 Subject: [PATCH] SOLR-11689: Update CHANGES.txt --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1dd6db2675c..9f0c86265b6 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -164,6 +164,8 @@ New Features * SOLR-11941: Add abstract contrib/ltr AdapterModel to facilitate the development of scoring models that delegate scoring to an opaque pre-trained model. (Christine Poerschke) +* SOLR-11689: Add l1norm, l2norm and linfnorm Stream Evaluators (Joel Bernstein) + Bug Fixes ----------------------