Stefan Neufeind wrote:
Can you maybe also help me out with sort=title?
Lucene's works with indexed, non-tokenized fields. The title field is tokenized. If you need to sort by title then you'd need to add a plugin that indexes another field (e.g., "sortTitle") containing the un-tokenized title, perhaps lowercased, if you want case-independent sorting.
http://lucene.apache.org/java/docs/api/org/apache/lucene/search/Sort.html Doug ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
