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 tjones@hoovers.com 2004-02-10 20:06 -------
after looking into the serialization of String and thinking about how the code
would actually flow, I'm thinking an array of Object for FieldDoc might be best:
class FieldDoc {
int doc;
Object[] field_values; // correlates to sort_fields[]
}
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org
|