Re: Help with custom sorting - ignoring case on string fields.

2005-07-06 Thread ian parkin
d for sorting that has been > lowercased but uses a non-tokenized but indexed field type is the > best choice. > > Erik > > On Jul 6, 2005, at 1:46 PM, ian parkin wrote: > > > Hello Folks, > > > > Previously, I was using version 1.3 of Lucene that ha

Help with custom sorting - ignoring case on string fields.

2005-07-06 Thread ian parkin
Hello Folks, Previously, I was using version 1.3 of Lucene that had no complex sorting abilities, so I wrote my own code to do this using a TreeMap and Comparator. The sorting was basically lower case comparisons of strings with a few extra little tweaks here and there. This past weekend I upgrad