From dev-return-13899-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Sep 05 06:59:06 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 2702 invoked from network); 5 Sep 2007 06:59:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2007 06:59:05 -0000 Received: (qmail 33535 invoked by uid 500); 5 Sep 2007 06:58:58 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 33511 invoked by uid 500); 5 Sep 2007 06:58:58 -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 33502 invoked by uid 99); 5 Sep 2007 06:58:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 23:58:58 -0700 X-ASF-Spam-Status: No, hits=-99.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG 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; Wed, 05 Sep 2007 07:00:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5047E714035 for ; Tue, 4 Sep 2007 23:58:32 -0700 (PDT) Message-ID: <24632807.1188975512317.JavaMail.root@brutus> Date: Tue, 4 Sep 2007 23:58:32 -0700 (PDT) From: "Christoph Kiehl (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1073) Add getTotalSize() to QueryResults In-Reply-To: <1490434.1187740110608.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-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1073. ---------------------------------- Resolution: Fixed Fix Version/s: 1.4 Committed patch in revision 572889. I'll open a new ticket for renaming LazyQueryResultImpl to QueryResultImpl as this might affect other users as well. > Add getTotalSize() to QueryResults > ---------------------------------- > > Key: JCR-1073 > URL: https://issues.apache.org/jira/browse/JCR-1073 > Project: Jackrabbit > Issue Type: New Feature > Components: query > Reporter: Christoph Kiehl > Assignee: Christoph Kiehl > Priority: Minor > Fix For: 1.4 > > Attachments: patch.txt > > > As discussed in http://www.nabble.com/Total-size-of-a-query-result-and-setLimit%28%29-tf4280909.html#a12185543 a getTotalSize() method should be added to QueryResults. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.