From java-user-return-64536-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Fri Jul 26 07:49:10 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 8426D180595 for ; Fri, 26 Jul 2019 09:49:10 +0200 (CEST) Received: (qmail 26508 invoked by uid 500); 26 Jul 2019 07:48:35 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 26338 invoked by uid 99); 26 Jul 2019 07:48:35 -0000 Received: from Unknown (HELO mailrelay1-lw-us.apache.org) (10.10.3.159) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jul 2019 07:48:35 +0000 Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id 9A721831D; Fri, 26 Jul 2019 07:48:31 +0000 (UTC) Received: by mail-lj1-f174.google.com with SMTP id m8so16944663lji.7; Fri, 26 Jul 2019 00:48:31 -0700 (PDT) X-Gm-Message-State: APjAAAUGCZtIyJ/HYwvutkVY5vGPZs0QTMQC7Lhprlek5g16tWsRfS+I jR5h3kTYviz3XMMpNsU5v+qfZ8J+1xW7MKxiwBg= X-Google-Smtp-Source: APXvYqz6y8+796/SLaffMbeNiT5Z9AIjMsrkHcH+mO1qRZtaovNUjWS8EzpKyX/ZW9lBLnHbqkQgYwS3j+OP6QuX1Bk= X-Received: by 2002:a2e:9b83:: with SMTP id z3mr20880246lji.84.1564127310532; Fri, 26 Jul 2019 00:48:30 -0700 (PDT) MIME-Version: 1.0 From: Ignacio Vera Date: Fri, 26 Jul 2019 09:48:19 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: [ANNOUNCE] Apache Lucene 8.2.0 released To: dev@lucene.apache.org, general@lucene.apache.org, java-user@lucene.apache.org Content-Type: multipart/alternative; boundary="000000000000ba5576058e90c44f" --000000000000ba5576058e90c44f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable ## 26 July 2019, Apache Lucene=E2=84=A2 8.2.0 available The Lucene PMC is pleased to announce the release of Apache Lucene 8.2.0. Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at: ### Lucene 8.2.0 Release Highlights: #### API Changes: * Intervals queries has been moved from the sandbox to the queries module= . #### New Features * New XYShape Field and Queries for indexing and querying general cartesian geometries. * Snowball stemmer/analyzer for the Estonian language. * Provide a FeatureSortfield to allow sorting search hits by descending value of a feature. * Add new KoreanNumberFilter that can change Hangul character to number and process decimal point. * Add doc-value support to range fields. * Add monitor subproject (previously Luwak monitoring library) that allows a stream of documents to be matched against a set of registered queriesin an efficient manner. * Add a numeric range query in sandbox that takes advantage of index sorting.Add a numeric range query in sandbox that takes advantage of index sorting. #### Optimizations * Use exponential search instead of binary search in IntArrayDocIdSet#advance method. * Use incoming thread for execution if IndexSearcher has an executor. Now caller threads execute at least one search on an index even if there is an executor provided to minimize thread context switching. * New storing strategy for BKD tree leaves with low cardinality that can lower storage costs and It can be used at search time to speed up queries. * Load frequencies lazily only when needed in BlockDocsEnum and BlockImpactsEverythingEnum. * Phrase queries now leverage impacts. Please read CHANGES.txt for a full list of new features and changes: Note: The Apache Software Foundation uses an extensive mirroring network fo= r distributing releases. It is possible that the mirror you are using may not have replicated the release yet. If that is the case, please try another mirror. This also applies to Maven access. --000000000000ba5576058e90c44f--