Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 16533 invoked from network); 19 Dec 2008 11:08:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2008 11:08:17 -0000 Received: (qmail 71699 invoked by uid 500); 19 Dec 2008 11:08:26 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 71545 invoked by uid 500); 19 Dec 2008 11:08:25 -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 71446 invoked by uid 99); 19 Dec 2008 11:08:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 03:08:25 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 11:08:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5DF06234C46A for ; Fri, 19 Dec 2008 03:07:44 -0800 (PST) Message-ID: <1508200166.1229684864383.JavaMail.jira@brutus> Date: Fri, 19 Dec 2008 03:07:44 -0800 (PST) From: "Erik Hatcher (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-1387) Add LocalLucene In-Reply-To: <689212252.1221505184255.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658062#action_12658062 ] Erik Hatcher commented on LUCENE-1387: -------------------------------------- I've taken some quick peeks into the code, run the unit tests, nicely packaged and presented! A couple of thoughts: * Maybe the Filter's should be using the DocIdSet API rather than the BitSet deprecated stuff? We can refactor that after being committed I supposed, but not something we want to leave like that. * DistanceQuery is awkwardly named. It's not an (extends) Query.... it's a POJO with helpers. Maybe DistanceQueryFactory? (but it creates a Filter also) * CartesianPolyFilter is not a Filter (but CartesianShapeFilter is) I think this looks good enough to commit as well, just noting the above for cosmetic refactoring consideration after the code is in. > Add LocalLucene > --------------- > > Key: LUCENE-1387 > URL: https://issues.apache.org/jira/browse/LUCENE-1387 > Project: Lucene - Java > Issue Type: New Feature > Components: contrib/* > Reporter: Grant Ingersoll > Priority: Minor > Attachments: spatial-lucene.zip, spatial.tar.gz, spatial.zip > > > Local Lucene (Geo-search) has been donated to the Lucene project, per https://issues.apache.org/jira/browse/INCUBATOR-77. This issue is to handle the Lucene portion of integration. > See http://lucene.markmail.org/message/orzro22sqdj3wows?q=LocalLucene -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org