From commits-return-112312-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Sun Dec 29 19:48:40 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id EC53A18063F for ; Sun, 29 Dec 2019 20:48:39 +0100 (CET) Received: (qmail 70569 invoked by uid 500); 29 Dec 2019 19:48:38 -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 70388 invoked by uid 99); 29 Dec 2019 19:48:38 -0000 Received: from Unknown (HELO svn01-us-east.apache.org) (13.90.137.153) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Dec 2019 19:48:38 +0000 Received: from svn01-us-east.apache.org (svn01-us-east.apache.org [127.0.0.1]) by svn01-us-east.apache.org (ASF Mail Server at svn01-us-east.apache.org) with ESMTP id 1980417A013 for ; Sun, 29 Dec 2019 19:48:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1054662 [3/5] - in /websites/staging/lucene/trunk/content: ./ core/ openrelevance/ solr/ Date: Sun, 29 Dec 2019 19:48:37 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20191229194838.1980417A013@svn01-us-east.apache.org> Modified: websites/staging/lucene/trunk/content/mainnews.html ============================================================================== --- websites/staging/lucene/trunk/content/mainnews.html (original) +++ websites/staging/lucene/trunk/content/mainnews.html Sun Dec 29 19:48:37 2019 @@ -204,15 +204,38 @@ } h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }

LuceneTM Project News

+

29 December 2019, Apache Lucene 8.4.0 and Apache Solr 8.4.0 available

+

The Lucene PMC is pleased to announce the release of Apache® Lucene™ 8.4.0 and Apache® Solr™ 8.4.0.

+

Lucene can be downloaded from https://lucene.apache.org/core/downloads.html +and Solr can be downloaded from https://lucene.apache.org/solr/downloads.html

+

Highlights of this Lucene release include:

+
    +
  • LatLonShape now supports the "CONTAINS" relation, which enables to find all indexed shapes that contain the query shape.
  • +
  • Concurrent search is getting more efficient by allowing collectors to share information across threads in order to more efficiently skip non-competitive hits.
  • +
  • Faster FST lookups on dense nodes.
  • +
  • Postings are now decoded using SIMD instructions.
  • +
  • LRUQueryCache includes new heuristics that prevent caching from hurting latency too much.
  • +
  • LatLonShape builds a more efficient tree that is expected to translate into search speed improvements.
  • +
  • BaseDirectoryReader no longer sums up document counts across leaves eagerly, allowing for more efficient reader views that hide a subset of documents.
  • +
  • The index on top of BKD trees is now stored off-heap with MMapDirectory.
  • +
  • Simple Intervals Queries supports highlighting.
  • +
  • Reading DocValues can be interrupted when timeout is exceeded.
  • +
+

Highlights of this Solr release include:

+
    +
  • A new package management system was introduced in order to ease deploying plugins.
  • +
  • Better security with the out-of-the-box configuration.
  • +
+

A summary of important changes is published in the Solr Reference Guide at https://lucene.apache.org/solr/guide/8_4/solr-upgrade-notes.html.

3 December 2019, Apache Lucene 8.3.1 and Apache Solr 8.3.1 available

The Lucene PMC is pleased to announce the release of Apache® Lucene™ 8.3.1 and Apache® Solr™ 8.3.1.

Lucene can be downloaded from https://lucene.apache.org/core/downloads.html and Solr can be downloaded from https://lucene.apache.org/solr/downloads.html

-

Highlights of this Lucene release include:

+

Highlights of this Lucene release include:

  • Bugfix: MultiTermIntervalsSource.visit() was not calling back to its visitor
-

Highlights of this Solr release include:

+

Highlights of this Solr release include: