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.com/Ingnore-Case-in-Sorting-tf2953305.html#a8260262
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]

Reply via email to