You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Mariusz Dubielecki <ma...@gmail.com> on 2011/12/22 23:29:11 UTC

Sort facets by defined custom Collator

Hi,
Is it possible to sort fields or facets using custom Collator ? I found only
one solution for fields solr.CollationKeyFilterFactory filter but there are
some problems with this solution. First problem is, the solution doesn't
work with facet sorting. Second problem is that it is additional field so
index size is increased.
My solution for facets is to develop own facet component with Collator
parameter. For other non facet fields I need implement my own field type
with Collator.
Problem is that solr Facet component isn't easy extensible because it has
private embedded classes.

 

Regards,

Mariusz Dubielecki


Re: Sort facets by defined custom Collator

Posted by Chris Hostetter <ho...@fucit.org>.
: Subject: Sort facets by defined custom Collator

deja-vu...

http://www.lucidimagination.com/search/p:solr/s:email/l:user/sort:date?q=%22Facet+Ordering%22

-Hoss