Not able to perform case insensitive sorting with SortableTextField

2018-12-12 Thread Ritesh Kumar
Hello Team, I am facing a problem with sorting on a field with type as mentioned below The field may contain numerical as well as alphabetical values. My Solr version is 7.5.0. If I sort by "fieldName desc", this field sorts lowercase values first

Re: Case Insensitive sorting while preserving case during faceted search

2010-12-22 Thread Chris Hostetter
: Hoss, I think the use case being asked about is specifically doing a : facet.sort though, for cases where you actually do want to sort facet values : with facet.sort, not sort records -- while still presenting the facet values : with original case, but sorting them case insensitively. Ah yes ...

Re: Case Insensitive sorting while preserving case during faceted search

2010-12-21 Thread Jonathan Rochkind
Hoss, I think the use case being asked about is specifically doing a facet.sort though, for cases where you actually do want to sort facet values with facet.sort, not sort records -- while still presenting the facet values with original case, but sorting them case insensitively. The solutions

Re: Case Insensitive sorting while preserving case during faceted search

2010-12-21 Thread Chris Hostetter
: I am trying to do a facet search and sort the facet values too. ... : Then I followed the sample example schema.xml, created a copyField of type ... : ... : But the sorted facet values dont have their case preserved anymore. : : How can I get around this?

Case Insensitive sorting while preserving case during faceted search

2010-12-16 Thread shan2812
above definition and it worked well. But the sorted facet values dont have their case preserved anymore. How can I get around this? Thank You. Regards, Shan -- View this message in context: http://lucene.472066.n3.nabble.com/Case-Insensitive-sorting-while-preserving-case-during-faceted-se

Re: case insensitive sorting

2008-04-21 Thread Shalin Shekhar Mangar
cing that when i sort it on usernameSort it does > case > sensitive sorting.. i.e firslt uppercase then lowercase. > I want to do case insensitive sorting. Is there anyway when i copyField it > changes it to all lower case or do i have to change it to lowercase > when I am indexing it ?

case insensitive sorting

2008-04-21 Thread Ismail Siddiqui
Hi all in my schema.xm I have follwing entry but the problem I am facing that when i sort it on usernameSort it does case sensitive sorting.. i.e firslt uppercase then lowercase. I want to do case insensitive sorting. Is there anyway when i copyField it changes it to all lower case or do i have