On Friday 09 July 2004 04:27, O'Hare, Thomas wrote:

> Searcher.search("category:\"Products\" AND title:\"A*\"", new
> Sort("title"));

You can only sort on fields which are not tokenized I think. So add an extra 
field with the title, but untokenized, just for sorting. Also, "A*" might 
slow down the query execution so you might want to add another field which 
just contains the first letter so there's no need for the asterisk.

Regards
 Daniel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to