Re: case insensitive sort and LowerCaseFilterFactory

2010-11-18 Thread Erick Erickson
On a quick glance: You're trying to sort on a tokenized field, which is not good. Not good at all. You'll go 'round and 'round and it'll never give you what you want. Consider your example "Whithers, Alfred Robert" The WhitespaceTokenizer breaks this up into three tokens (I'm ignoring everything b

Re: case insensitive sort and LowerCaseFilterFactory

2010-11-17 Thread Scott Yeadon
Sorry, looks like it was a data-related issue, apologies for the noise (although if anyone spots anything dodgy in the config feel free to let me know). Scott. On 18/11/10 2:21 PM, Scott Yeadon wrote: Hi, I'm running solr-tomcat 1.4.0 on Ubuntu and have an issue with the sorting of results.

case insensitive sort and LowerCaseFilterFactory

2010-11-17 Thread Scott Yeadon
Hi, I'm running solr-tomcat 1.4.0 on Ubuntu and have an issue with the sorting of results. According to this page http://web.archiveorange.com/archive/v/AAfXfzy5Tm1uDy5mYW3B I should be able to configure the LowerCaseFilterFactory to ensure results will be indexed and returned in a case insen