Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 35808 invoked from network); 17 Sep 2009 17:38:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Sep 2009 17:38:17 -0000 Received: (qmail 49642 invoked by uid 500); 17 Sep 2009 17:38:17 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 49591 invoked by uid 500); 17 Sep 2009 17:38:17 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 49583 invoked by uid 99); 17 Sep 2009 17:38:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 17:38:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ucbmckee@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-px0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 17:38:07 +0000 Received: by pxi10 with SMTP id 10so10942pxi.20 for ; Thu, 17 Sep 2009 10:37:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=15fOmg6+RmxolYsWH2Zl5mygH/nHsRM+eclG8GvBKH4=; b=XE1d6/5hJw4yY553KwnzE1NrchvGK0hh7ZV4VuY/KgMxbaLr3ocKRGZgiwECojgZw0 tGaZl0CqoRNK98tIIFeTDXYjrPreMM6danvjKdj9/uaLbjZKrqhHwFhyFUMXXEVvfwPk PrDlhjgzsTlbdqRiMDVFjL+rEbyP/EBSkouic= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=k0Rv1XAp7Jjfhwe+dD6mweZDy9vNcgIKja5y9rSP/dQ4jtWaVXjJKc5bTcNJCT/YL+ GXZB4K0kCFayvDsrt6c0L65D8aOtWI/bswHb9nETrJPfnsD+xsfzhRlUMy+6/q2YArh4 TwcHiaHP0yvCKNCCq9Z44H/kkVY/iG/qN8R/g= Received: by 10.114.253.24 with SMTP id a24mr433555wai.201.1253209067510; Thu, 17 Sep 2009 10:37:47 -0700 (PDT) Received: from ?10.0.14.30? (g2spf.jeeves.ask.info [206.80.1.253]) by mx.google.com with ESMTPS id 20sm104233pzk.5.2009.09.17.10.37.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 17 Sep 2009 10:37:46 -0700 (PDT) Message-ID: <4AB273E6.9030500@gmail.com> Date: Thu, 17 Sep 2009 18:37:42 +0100 From: Aaron McKee User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: java-dev@lucene.apache.org Subject: Lucene Spatial Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm in the process of implementing a project using Lucene Spatial and I had a couple (hopefully quick) questions: 1) Is anyone currently working on adding arbitrary geo shape handling, or has done so in code that is not part of the contrib? I need to implement functionality to support filtering by bounding boxes (passed in directly to the DistanceQueryBuilder) and arbitrary closed polygons (for neighbourhood overlays), for example. 2) To what extent is Spatial under active development? I noticed that there is at least one big patch outstanding (LUCENE-1732, multithreading). If I were to begin development on a few things (such as the above, if it hasn't already been done/slated), would I just fall hopelessly out-of-sync in short order? Thank you for your time and insight! Best Regards, Aaron McKee --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org