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 48BEEDD5D for ; Thu, 28 Jun 2012 11:59:46 +0000 (UTC) Received: (qmail 48556 invoked by uid 500); 28 Jun 2012 11:59:45 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 48487 invoked by uid 500); 28 Jun 2012 11:59:44 -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 48465 invoked by uid 99); 28 Jun 2012 11:59:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2012 11:59:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 0E9CF1418B6 for ; Thu, 28 Jun 2012 11:59:44 +0000 (UTC) Date: Thu, 28 Jun 2012 11:59:44 +0000 (UTC) From: "Chris Male (JIRA)" To: dev@lucene.apache.org Message-ID: <181194449.66318.1340884784061.JavaMail.jiratomcat@issues-vm> 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=13403039#comment-13403039 ] Chris Male commented on LUCENE-4175: ------------------------------------ bq. I think we should ignore (remove?) 4.x for now... there will be some heavy committing in this area soon and keeping two branches is not very helpful. what? > Include BBox Spatial Strategy > ----------------------------- > > Key: LUCENE-4175 > URL: https://issues.apache.org/jira/browse/LUCENE-4175 > Project: Lucene - Java > 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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa 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