Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 74717 invoked from network); 16 Mar 2007 14:11:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2007 14:11:39 -0000 Received: (qmail 96534 invoked by uid 500); 16 Mar 2007 14:11:39 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 96458 invoked by uid 500); 16 Mar 2007 14:11:39 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 96392 invoked by uid 99); 16 Mar 2007 14:11:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 07:11:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 07:11:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 40EC4714070 for ; Fri, 16 Mar 2007 07:11:09 -0700 (PDT) Message-ID: <12338262.1174054269263.JavaMail.jira@brutus> Date: Fri, 16 Mar 2007 07:11:09 -0700 (PDT) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-791) Improve performance of MatchAllScorer In-Reply-To: <9765389.1173877689436.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/JCR-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-791. ---------------------------------- Resolution: Fixed Fix Version/s: 1.3 Committed the enhancement without the cache in MatchAllScorer. The performance improvement is IMO sufficient enough with just the MultiScorer. At revision: 518979 > Improve performance of MatchAllScorer > ------------------------------------- > > Key: JCR-791 > URL: https://issues.apache.org/jira/browse/JCR-791 > Project: Jackrabbit > Issue Type: Improvement > Components: query > Reporter: Marcel Reutegger > Priority: Minor > Fix For: 1.3 > > > The BitSets created in MatchAllScorer should be cached per IndexReader. This enhancement should also take care that the supplied IndexReader may in fact be a CombinedIndexReader or a CachingMultiReader with multiple contained IndexReaders. To achieve a good cache efficiency the BitSets must be cached per contained IndexReader and combined later. > See also thread on dev list: http://thread.gmane.org/gmane.comp.apache.jackrabbit.devel/10976 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.