Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 97972 invoked from network); 10 Feb 2005 10:33:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Feb 2005 10:33:43 -0000 Received: (qmail 66439 invoked by uid 500); 10 Feb 2005 10:33:40 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 66397 invoked by uid 500); 10 Feb 2005 10:33:39 -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 66381 invoked by uid 99); 10 Feb 2005 10:33:39 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME 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, 10 Feb 2005 02:33:38 -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 j1AAXZ4U024495 for ; Thu, 10 Feb 2005 11:33:35 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j1AAXYen024493; Thu, 10 Feb 2005 11:33:34 +0100 Date: Thu, 10 Feb 2005 11:33:34 +0100 Message-Id: <200502101033.j1AAXYen024493@ajax.apache.org> From: bugzilla@apache.org To: lucene-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 31841] - [PATCH] MultiSearcher problems with Similarity.docFreq() 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=31841 siberski@learninglab.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13464|0 |1 is obsolete| | ------- Additional Comments From siberski@learninglab.de 2005-02-10 11:33 ------- Created an attachment (id=14242) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=14242&action=view) New patch based on the discussion on lucene-dev (intermediate version) According to my understanding of our dev-lucene discussion Multisearcher should evaluate queries in the following way: 1. rewrite queries using the Multisearch Similarity 2. extract necessary terms 3. collect idfs for these terms from the Searchables 4. adjust query boosts according to collected idfs 5. distribute re-written and re-boosted query to Searchables 6. merge results This patch implements all steps except 4, where it uses a modified Similarity class instead. Thus it is fully functional, but not yet ready for commit. -- 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