DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31841>. 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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13464|0 |1 is obsolete| | ------- Additional Comments From [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]