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 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 ... : fieldType name=alphaOnlySort class=solr.TextField : sortMissingLast=true omitNorms=true ... : But the

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

Case Insensitive sorting while preserving case during faceted search

2010-12-16 Thread shan2812
from the 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