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 BF7AF200AF7 for ; Tue, 14 Jun 2016 16:10:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BE5E5160A47; Tue, 14 Jun 2016 14:10:27 +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 11683160A06 for ; Tue, 14 Jun 2016 16:10:26 +0200 (CEST) Received: (qmail 51378 invoked by uid 500); 14 Jun 2016 14:10:26 -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 51369 invoked by uid 99); 14 Jun 2016 14:10:26 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2016 14:10:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B08DF18053F for ; Tue, 14 Jun 2016 14:10:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id CqD0HDKp9kPZ for ; Tue, 14 Jun 2016 14:10:25 +0000 (UTC) Received: from eos.apache.org (eos.apache.org [140.211.11.131]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 537A05F2C3 for ; Tue, 14 Jun 2016 14:10:24 +0000 (UTC) Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id E9BF3A4B; Tue, 14 Jun 2016 14:10:21 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 14 Jun 2016 14:10:21 -0000 Message-ID: <20160614141021.43537.21491@eos.apache.org> Subject: =?utf-8?q?=5BLucene-java_Wiki=5D_Update_of_=22ReleaseNote61=22_by_MikeMcC?= =?utf-8?q?andless?= Auto-Submitted: auto-generated archived-at: Tue, 14 Jun 2016 14:10:27 -0000 Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" f= or change notification. The "ReleaseNote61" page has been changed by MikeMcCandless: https://wiki.apache.org/lucene-java/ReleaseNote61?action=3Ddiff&rev1=3D3&re= v2=3D4 = Optimizations * Faster indexing and searching of points. + * Numeric improvements to LatLonPoint, for indexing a latitude/longitud= e point and searching by polygon, distance or box, or finding nearest neigh= bors; see performance gains at http://home.apache.org/~mikemccand/geobench.= html + * Geo3D now has simple APIs for creating common shape queries, matching= LatLonPoint + * HardlinkCopyDirectoryWrapper optimizes file copies using hard links * In case of contention, the query cache now prefers returning an uncac= hed Scorer rather than waiting on a lock. = Bug fixes