Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EF86F200D63 for ; Thu, 21 Dec 2017 16:56:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id EE27B160C2B; Thu, 21 Dec 2017 15:56:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BE798160C1A for ; Thu, 21 Dec 2017 16:56:51 +0100 (CET) Received: (qmail 52136 invoked by uid 500); 21 Dec 2017 15:56:50 -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 52127 invoked by uid 99); 21 Dec 2017 15:56:50 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Dec 2017 15:56:50 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 2EF373A01AE for ; Thu, 21 Dec 2017 15:56:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1022561 - in /websites/staging/lucene/trunk/content: ./ index.html mainnews.html Date: Thu, 21 Dec 2017 15:56:50 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171221155650.2EF373A01AE@svn01-us-west.apache.org> archived-at: Thu, 21 Dec 2017 15:56:54 -0000 Author: buildbot Date: Thu Dec 21 15:56:49 2017 New Revision: 1022561 Log: Staging update by buildbot for lucene Modified: websites/staging/lucene/trunk/content/ (props changed) websites/staging/lucene/trunk/content/index.html websites/staging/lucene/trunk/content/mainnews.html Propchange: websites/staging/lucene/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Dec 21 15:56:49 2017 @@ -1 +1 @@ -1818945 +1818948 Modified: websites/staging/lucene/trunk/content/index.html ============================================================================== --- websites/staging/lucene/trunk/content/index.html (original) +++ websites/staging/lucene/trunk/content/index.html Thu Dec 21 15:56:49 2017 @@ -228,6 +228,22 @@ h2:hover > .headerlink, h3:hover > .head

The Lucene PMC is pleased to announce the release of Apache Lucene 7.2.0 and Apache Solr 7.2.0.

Lucene can be downloaded from http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0 and Solr can be downloaded from http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.0

+

Highlights of this Lucene release include:

+
    +
  • Specific query implementations can now opt out of caching.
  • +
  • TopFieldDocCollector can now early terminate collection of matches when the index is sorted and the total hit count is not requested.
  • +
  • IndexWriter#flushNextBuffer gives more fine-grained control over the memory usage of IndexWriter.
  • +
  • Fixed document accounting in IndexWriter.
  • +
  • Query scores can be exposed in a ValuesSource using DoubleValuesSource.fromQuery().
  • +
+

Highlights of this Solr release include:

+
    +
  • Bi-directional syncing of CDCR clusters is now supported.
  • +
  • The new synonymQueryStyle field type option allows for better scoring when terms at the same position are hyponyms/hypernyms rather than synonyms.
  • +
  • More stream evaluators, including: matrix operations; spline; derivative; regression; normalization; scaling; correlation; markov chains; time series differencing; and triangular and geometric distributions.
  • +
  • The new facet.matches parameter returns facet buckets only for terms that match a regular expression.
  • +
  • New Autoscaling features: the autoscaling/suggestions API end-point; the UTILIZENODE command, which moves replicas according to autoscaling policies and preferences; and the Autoscaling set-property command.
  • +

24 October 2017, Apache Lucene 5.5.5 and Apache Solr 5.5.5 Available

The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.5 and Apache Solr 5.5.5.

Lucene can be downloaded from http://www.apache.org/dyn/closer.lua/lucene/java/5.5.5 and Solr can be downloaded from http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.5

@@ -253,7 +269,7 @@ and Solr can be downloaded from
  • Disallow resolving of external entities in queryparser/xml/CoreParser by default.
  • -

    Highlights of this Solr release include:

    +

    Highlights of this Solr release include: