Hi, Lucene sort hits by relevance as default. Cause i would like to sort them by a special string field and not by relevance i was thinking about dropping the sorting by relevance as default and implement sorting by alphabetic order.
Reason that sorting by alpabetic order takes a lot of time. Makes this sense and how can this be done? Or is there another "fast" way to sort by alphabetic order ? Currently I'm using lucene 1.9.1 (dotnet). The indexsize is currently about 2 GB and index is split in two parts and are accessed by a parallelreader. Hopefully you can give me a tip if there is a way :-)) Thanks a lot :-) -- View this message in context: http://www.nabble.com/Sorting-tf2019404.html#a5552408 Sent from the Lucene - Java Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]