[ 
https://issues.apache.org/jira/browse/SOLR-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630291#action_12630291
 ] 

Lars Kotthoff commented on SOLR-764:
------------------------------------

My gut feeling is that it's probably not worth the effort. Usually the number 
of facets will be very small and sorting the list will be very quick. For large 
numbers of facets, everything else will slow down as well. I don't think that 
sorting the list will become a bottleneck.

Of course, you can make some real measurements and prove me wrong :)
Unless the gain is significant, I'd prefer keeping the code as simple as 
possible.

> Support facet.sort=false (index order) with distributed search
> --------------------------------------------------------------
>
>                 Key: SOLR-764
>                 URL: https://issues.apache.org/jira/browse/SOLR-764
>             Project: Solr
>          Issue Type: New Feature
>    Affects Versions: 1.3
>            Reporter: Wojtek Piaseczny
>             Fix For: 1.4
>
>         Attachments: SOLR-764.patch
>
>
> Distributed search does not currently support sorting facets by index order 
> (facet.sort=false).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to