DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26702>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26702

[PATCH] arbitrary sorting





------- Additional Comments From [EMAIL PROTECTED]  2004-02-23 22:47 -------
hmm, that's strange.  yes, it passes here.  on that particular test (line 265 in
TestSort) one searcher should return "AIGEC" and the other "DJHFB" (the
documents sorted by string), then the multisearcher should interleave them to
get "DJAIHGFEBC".  From the resulting pattern, it looks like the searchers
worked right, but the interleave didn't happen correctly.  This would be a
problem in FieldDocSortedHitQueue (which does the sorting) or in
StringSortedHitQueue (which stores the values which are later sorted by).

I'll attach the versions of these files I am using just in case somehow the ones
I attached earlier weren't correct.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to