Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 63249 invoked from network); 3 Aug 2009 09:55:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Aug 2009 09:55:33 -0000 Received: (qmail 46277 invoked by uid 500); 3 Aug 2009 09:55:37 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 46202 invoked by uid 500); 3 Aug 2009 09:55:37 -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 46194 invoked by uid 99); 3 Aug 2009 09:55:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 09:55:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 03 Aug 2009 09:55:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4F422234C046 for ; Mon, 3 Aug 2009 02:55:15 -0700 (PDT) Message-ID: <1682752744.1249293315310.JavaMail.jira@brutus> Date: Mon, 3 Aug 2009 02:55:15 -0700 (PDT) From: "Michael McCandless (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-1504) SerialChainFilter should use DocSet API rather then deprecated BitSet API In-Reply-To: <159068698.1230660344505.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1504: --------------------------------------- Attachment: LUCENE-1504.patch New patch: * Also switched over CartesianShapeFilter and BoundaryBoxFilter from BitSet -> DocIdSet * Added floor of 1 to "int miles" (this is to fix LUCENE-1777) in CartesianPolyFilterBuilder * Some small code cleanups > SerialChainFilter should use DocSet API rather then deprecated BitSet API > ------------------------------------------------------------------------- > > Key: LUCENE-1504 > URL: https://issues.apache.org/jira/browse/LUCENE-1504 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/spatial > Reporter: Ryan McKinley > Assignee: Uwe Schindler > Fix For: 2.9 > > Attachments: LUCENE-1504.patch, LUCENE-1504.patch, LUCENE-1504.patch, LUCENE-1504.patch, LUCENE-1504.patch > > > From erik's comments in LUCENE-1387 > * 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. > We should also look at moving SerialChainFilter out of the spatial contrib since it is more generally useful then just spatial search. -- 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