Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C582D263 for ; Tue, 18 Sep 2012 16:44:10 +0000 (UTC) Received: (qmail 66646 invoked by uid 500); 18 Sep 2012 16:44:08 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 66578 invoked by uid 500); 18 Sep 2012 16:44:08 -0000 Mailing-List: contact dev-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 dev@lucene.apache.org Received: (qmail 66521 invoked by uid 99); 18 Sep 2012 16:44:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2012 16:44:08 +0000 Date: Wed, 19 Sep 2012 03:44:08 +1100 (NCT) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <1769054933.92977.1347986648486.JavaMail.jiratomcat@arcas> In-Reply-To: <2111814320.65721.1340868344391.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (LUCENE-4175) Include BBox Spatial Strategy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457938#comment-13457938 ] Robert Muir commented on LUCENE-4175: ------------------------------------- Is it still by intention that this is not backported to 4.x? I just want to be sure. > Include BBox Spatial Strategy > ----------------------------- > > Key: LUCENE-4175 > URL: https://issues.apache.org/jira/browse/LUCENE-4175 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Ryan McKinley > Assignee: Ryan McKinley > Attachments: LUCENE-4175-bbox-strategy.patch > > > This is an approach to indexing bounding boxes using 4 numeric fields (xmin,ymin,xmax,ymax) and a flag to say if it crosses the dateline. > This is a modification from the Apache 2.0 code from the ESRI Geoportal: > http://geoportal.svn.sourceforge.net/svnroot/geoportal/Geoportal/trunk/src/com/esri/gpt/catalog/lucene/SpatialClauseAdapter.java -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org