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

Wojtek Piaseczny commented on SOLR-764:
---------------------------------------

I notice this patch consolidates the FacetInfo class' 'topFacets' & 
'listFacets' into a single collection. Do you know why these were ever 
separate? I had guessed it was because when 'listFacets' was being populated 
(only when facet.sort=false), it was being populated with data that was already 
ordered correctly per shard, and that combining the data (while maintaining 
sort order) from each shard could be optimized beyond calling Arrays.sort(). 

Shouldn't the getTermSorted method always use name instead of term number? 

> 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