Ingnore Case in Sorting

2007-01-10 Thread wawa
Hello, I wonder that there is anyway to ignore case(up & lower) in sorting. I just used Sort() method and Lucene sorted result Uppercase first and then lowercase. ex) Apple Banana apple Is there a way to sort like below?: Apple apple Banana -- View this message in context: http://www.nabble.

Re: Sorting words

2006-12-21 Thread wawa
ve this problem? Erik Hatcher wrote: > > Thie is probably due to you sorting by a tokenized field. Be sure > you are sorting on an untokenized field! > > Erik > > On Dec 21, 2006, at 10:00 AM, wawa wrote: > >> >> I have some problem to sort words. Someh

Sorting words

2006-12-21 Thread wawa
I have some problem to sort words. Somehow it sorts in strange way. sort result is below: ... BILLIARD & CAFE BIZIM CAFE BOLSA CAFE BIDA BONAMICO CAFE BONESSIMO CAFE CAFE BAR AZZURRI A BICA CAFE ATRIUM CAFE CAFE 668 THE APPLE CAFE . Is there any way to sort properly? -- View this messag