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-06 21:44 ------- Maybe the ScoreDoc could be, in this case, augmented to include the field value that sorting is based on. Then the TopDocs from each sub-search could be merged based on that value. Perhaps the cleanest way to do this would be to, in the sorted API, replace ScoreDoc with FieldDoc, that contains just a document and a field value. Then the result would be the TopFieldDocs or somesuch. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]