>From what I understand about Lucene, one can only sort on a field that is indexed but not tokenized (and hence not searchable). I have content that can be searched by keyword and also a date string, e.g. text:Lucene AND date:[2007-01-01 TO 2007-01-10]
Since my date is searchable, I need to index + tokenize it. I would like to somehow return the hits sorted by date. Is there a workaround for this using Lucene? Thanks in advance! -los -- View this message in context: http://www.nabble.com/sort-on-a-searchable-field-tf2954961.html#a8265729 Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]