Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 14095 invoked from network); 11 Aug 2005 14:23:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 14:23:53 -0000 Received: (qmail 97775 invoked by uid 500); 11 Aug 2005 14:23:49 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 97638 invoked by uid 500); 11 Aug 2005 14:23:48 -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 97625 invoked by uid 99); 11 Aug 2005 14:23:48 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 07:23:48 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 0E543EB; Thu, 11 Aug 2005 16:23:46 +0200 (CEST) From: bugzilla@apache.org To: java-dev@lucene.apache.org Subject: DO NOT REPLY [Bug 36147] New: - Performance improvement in search X-Bugzilla-Reason: AssignedTo Message-Id: <20050811142346.0E543EB@ajax.apache.org> Date: Thu, 11 Aug 2005 16:23:46 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.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=36147 Summary: Performance improvement in search Product: Lucene Version: CVS Nightly - Specify date in submission Platform: All OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: Search AssignedTo: java-dev@lucene.apache.org ReportedBy: john.wang@gmail.com When search with a Filter!=null, the scorer gathers all the hits and then throws away the documents not in the filtered set. Seems the work to calculate the score for the documents thrown away is wasted. It would be nice to pass the filter into the scorer, and filter out the documents before scoring is done. Thanks -John -- 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: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org