From commits-return-109064-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Wed Jun 26 07:50:45 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 10D8518064D for ; Wed, 26 Jun 2019 09:50:44 +0200 (CEST) Received: (qmail 53204 invoked by uid 500); 26 Jun 2019 07:50:44 -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 53193 invoked by uid 99); 26 Jun 2019 07:50:44 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jun 2019 07:50:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 433E387AD7; Wed, 26 Jun 2019 07:50:44 +0000 (UTC) Date: Wed, 26 Jun 2019 07:50:43 +0000 To: "commits@lucene.apache.org" Subject: [lucene-solr] branch branch_8x updated (9fd51ba -> e296c34) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156153544317.475.2758637911567593170@gitbox.apache.org> From: ivera@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: lucene-solr X-Git-Refname: refs/heads/branch_8x X-Git-Reftype: branch X-Git-Oldrev: 9fd51bab094370b5b2c7e15f28042d968e91149a X-Git-Newrev: e296c34ff290ba503a8c49a18b121a2c4167f734 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ivera pushed a change to branch branch_8x in repository https://gitbox.apache.org/repos/asf/lucene-solr.git. from 9fd51ba LUCENE-7714: Add a range query in sandbox that takes advantage of index sorting. new afb4b92 LUCENE-8879: Improve BKDRadixSelector tests new e296c34 Change Arrays for FutureArrays The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: lucene/CHANGES.txt | 4 +- .../lucene/util/bkd/TestBKDRadixSelector.java | 65 +++++--- .../apache/lucene/util/bkd/TestBKDRadixSort.java | 164 +++++++++++++++++++++ 3 files changed, 212 insertions(+), 21 deletions(-) create mode 100644 lucene/core/src/test/org/apache/lucene/util/bkd/TestBKDRadixSort.java