[
https://issues.apache.org/jira/browse/SOLR-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670949#action_12670949
]
Wojtek Piaseczny commented on SOLR-764:
---------------------------------------
I found one small issue: sorting lexicographically gives the wrong order when
the field type is a sortable number (e.g. sint). I think the fix is to change
DistribFieldFacet.getLexSorted() to compare on term number instead of name.
(maybe this should be a comment on SOLR 781 instead).
> 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, 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.