Re: sort problem

2011-01-18 Thread Philippe Vincent-Royol
s you > > happen to already have such a field (via copyField, perhaps). > > > > Brad > > > > > > > > > > -Original Message- > > From: Salman Akram [mailto:salman.ak...@northbaysolutions.net] > > Sent: January-17-11 5:47 AM > > To: s

Re: sort problem

2011-01-17 Thread Philippe VINCENT-ROYOL
Le 17/01/11 10:32, Grijesh a écrit : Use Lowercase filter to lowering your data at both index time and search time it will make case insensitive - Thanx: Grijesh Thanks, so tell me if i m wrong... i need to modify my schema.xml to add lowercase filter and reindex my content?

sort problem

2011-01-17 Thread Philippe VINCENT-ROYOL
Hi guys, I use solr with utf8 charset and i've a sort problem. For example, i make a sort on a name field.. results looks like: Article Banana Foo aviation brunch ... So my question is, how to force solr to ignore case in result ? I would like to have result as: Article aviation Banana brun