[ https://issues.apache.org/jira/browse/SOLR-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677132#action_12677132 ]
Yonik Seeley commented on SOLR-764: ----------------------------------- bq. I would expect it to return something like 1, 10, 11, 2, 20, 3, 4, 5 etc. as this is the lexicographic order Not for a field like sint, which is manipulated so that the lexicographic order is equal to the numeric order. Looks like we need to do FieldType.toInternal() to go back to the indexed form before doing string compares. > 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.