From commits-return-101430-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Thu Jun 7 04:05:22 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A5DD6180671 for ; Thu, 7 Jun 2018 04:05:21 +0200 (CEST) Received: (qmail 16828 invoked by uid 500); 7 Jun 2018 02:05:20 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 16819 invoked by uid 99); 7 Jun 2018 02:05:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2018 02:05:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 73A13DFFAC; Thu, 7 Jun 2018 02:05:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbernste@apache.org To: commits@lucene.apache.org Message-Id: <80561487e527439493ed7887e6508f22@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: lucene-solr:branch_7x: SOLR-10651, SOLR-10784: Add new statistical and machine learning functions to CHANGES.txt for 7.4 release Date: Thu, 7 Jun 2018 02:05:20 +0000 (UTC) Repository: lucene-solr Updated Branches: refs/heads/branch_7x 33b1c1d14 -> e691bf734 SOLR-10651, SOLR-10784: Add new statistical and machine learning functions to CHANGES.txt for 7.4 release Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/e691bf73 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/e691bf73 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/e691bf73 Branch: refs/heads/branch_7x Commit: e691bf734270296ae31cd9d330f3ce0137ec5124 Parents: 33b1c1d Author: Joel Bernstein Authored: Wed Jun 6 21:53:22 2018 -0400 Committer: Joel Bernstein Committed: Wed Jun 6 22:01:16 2018 -0400 ---------------------------------------------------------------------- solr/CHANGES.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e691bf73/solr/CHANGES.txt ---------------------------------------------------------------------- diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 03b5750..7596601 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -127,6 +127,20 @@ New Features * SOLR-12376: Added the TaggerRequestHandler (AKA SolrTextTagger) for tagging text. It's used as a component of NER/ERD systems including query-understanding. See the ref guide for more info. (David Smiley) +* SOLR-12266: Add discrete Fourier transform Stream Evaluators (Joel Bernstein) + +* SOLR-12158: Allow the monteCarlo Stream Evaluator to support variables (Joel Bernstein) + +* SOLR-11734: Add ones and zeros Stream Evaluators (Joel Bernstein) + +* SOLR-12273: Create Stream Evaluators for distance measures (Joel Bernstein) + +* SOLR-12159: Add memset Stream Evaluator (Joel Bernstein) + +* SOLR-12221: Add valueAt Stream Evaluator (Joel Bernstein) + +* SOLR-12175: Add random field type and dynamic field to the default managed-schema (Joel Bernstein) + Bug Fixes ---------------------- * SOLR-5351: Fixed More Like This Handler to use all fields provided in mlt.fl when used with @@ -315,6 +329,8 @@ Optimizations references. This is consistent with other plugin registries and allows a SolrCore to load faster. (Jeff Miller, David Smiley) +* SOLR-12198: Stream Evaluators should not copy matrices needlessly (Joel Bernstein) + Other Changes ---------------------- @@ -377,6 +393,8 @@ Other Changes * SOLR-12374: Added SolrCore.withSearcher(lambda) to make grabbing the searcher easier than the more awkward RefCounted API. (David Smiley) +* SOLR-12183: Refactor Streaming Expression test cases (Joel Bernstein) + ================== 7.3.1 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.