Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 92688 invoked from network); 5 May 2010 11:16:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 11:16:28 -0000 Received: (qmail 32848 invoked by uid 500); 5 May 2010 11:16:27 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 32467 invoked by uid 500); 5 May 2010 11:16:24 -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 32460 invoked by uid 99); 5 May 2010 11:16:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 11:16:23 +0000 X-ASF-Spam-Status: No, hits=-1390.9 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 11:16:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o45BG27Y025278 for ; Wed, 5 May 2010 11:16:02 GMT Message-ID: <24299549.18901273058162762.JavaMail.jira@thor> Date: Wed, 5 May 2010 07:16:02 -0400 (EDT) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Subject: [jira] Resolved: (SOLR-1904) Use HashDocSet when random access is needed in faceting In-Reply-To: <24678219.40201272991015751.JavaMail.jira@thor> 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/SOLR-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1904. -------------------------------- Fix Version/s: 4.0 Resolution: Fixed > Use HashDocSet when random access is needed in faceting > ------------------------------------------------------- > > Key: SOLR-1904 > URL: https://issues.apache.org/jira/browse/SOLR-1904 > Project: Solr > Issue Type: Improvement > Reporter: Yonik Seeley > Fix For: 4.0 > > Attachments: SOLR-1904.patch > > > When facet.method=enum and we have a minDf>0 (when we skip the filter cache), we iterate over documents for a term and call baseDocSet.exists(doc). We should ensure that this base doc set is fast for .exists(), so if it's a SortedIntSet, make a HashDocSet to use. -- 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org