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
brunch
Foo
...

Thanks
Philippe

Reply via email to