RE: lowercasing for sorting

2010-03-24 Thread Binkley, Peter
[mailto:knagelb...@globeandmail.com] Sent: Tuesday, March 23, 2010 12:11 PM To: 'solr-user@lucene.apache.org' Subject: RE: lowercasing for sorting Thanks, and my cover is apparently blown :P We're looking at solr for a number of applications, from taking the load off the database, to user

RE: lowercasing for sorting

2010-03-23 Thread Binkley, Peter
Solr makes this easy: tokenizer class=solr.KeywordTokenizerFactory/ filter class=solr.LowerCaseFilterFactory/ You can populate this field from another field using copyField, if you also need to be able to search or display the original values. Just out of curiosity, can you tell us anything

RE: lowercasing for sorting

2010-03-23 Thread Nagelberg, Kallin
[mailto:peter.bink...@ualberta.ca] Sent: Tuesday, March 23, 2010 2:09 PM To: solr-user@lucene.apache.org Subject: RE: lowercasing for sorting Solr makes this easy: tokenizer class=solr.KeywordTokenizerFactory/ filter class=solr.LowerCaseFilterFactory/ You can populate this field from another field using