From lucene-dev-return-8531-apmail-jakarta-lucene-dev-archive=jakarta.apache.org@jakarta.apache.org Fri Dec 10 05:15:26 2004 Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 8734 invoked from network); 10 Dec 2004 05:15:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Dec 2004 05:15:26 -0000 Received: (qmail 9136 invoked by uid 500); 10 Dec 2004 05:15:22 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 9104 invoked by uid 500); 10 Dec 2004 05:15:22 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 9081 invoked by uid 99); 10 Dec 2004 05:15:22 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Dec 2004 21:15:20 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id iBA5FH7G012909 for ; Fri, 10 Dec 2004 06:15:18 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id iBA5FHUh012907; Fri, 10 Dec 2004 06:15:17 +0100 Date: Fri, 10 Dec 2004 06:15:17 +0100 Message-Id: <200412100515.iBA5FHUh012907@ajax.apache.org> From: bugzilla@apache.org To: lucene-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 32626] New: - [PATCH] Add IndexSearcher.numDocs() method X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=32626 Summary: [PATCH] Add IndexSearcher.numDocs() method Product: Lucene Version: 1.4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Search AssignedTo: lucene-dev@jakarta.apache.org ReportedBy: alex+news@olmisoft.com It is convenient method to return number of documents in the index thru available IndexSearcher object. Probably this method should be also introduced in org.apache.lucene.search.Searchable, but this changes more files and at the moment I need it only in IndexSearcher. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org