Paul Harrison wrote:
I appreciate the feedback. We have altered the Nutch implementation to add a field for retrieval later use. The field holds information we use to sort the data differently than what Nutch has out of the box.
Have you tried the sorting API now provided by NutchBean, and supported by OpenSearchServlet? This was added in the last few months, well after the 0.6 release. It permits sorting hits by any indexed document field, as either an int, float or string. Is that not sufficient? The implementation is quite fast since it builds Lucene's sort facilities.
Doug ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
