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 #14242|0                           |1
        is obsolete|                            |




------- Additional Comments From [EMAIL PROTECTED]  2005-02-18 12:33 -------
Created an attachment (id=14312)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=14312&action=view)
New patch based on the discussion on lucene-dev (complete)

This is a complete version, from my point of view ready for prime time.

Now a query can be 'frozen'. A frozen query always returns the most
recently created Weight when calling Query.weight().

MultiSearcher query processing is now done in the following steps:
   1. rewrite query
   2. extract necessary terms
   3. collect dfs for these terms from the Searchables
   4. create query weights using aggregate dfs and *freeze query*.
   5. distribute weighted and frozen query to Searchables
   6. merge results


-- 
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]

Reply via email to