Re: Solr faceting -- sort order

2012-07-19 Thread Michael Della Bitta
Maybe I'm not understanding the problem, but I accomplish this by having two fields. One for sorting, like so: And then a string type field for faceting. Use a copyField directive to get the same data in both, and then sort on the sort field, and facet on the string field. The Mapping

Re: Solr faceting -- sort order

2012-07-19 Thread Toke Eskildsen
On Wed, 2012-07-18 at 20:30 +0200, Christopher Gross wrote: > When I do a query, the results that come through retain their original > case for this field, like: > doc 1 > keyword: Blah Blah Blah > doc 2 > keyword: Yadda Yadda Yadda > > But when I pull back facets, i get: > > blah blah blah (1) >

Solr faceting -- sort order

2012-07-18 Thread Christopher Gross
I have a "keyword" field type that I made: