[
https://issues.apache.org/jira/browse/SOLR-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629887#action_12629887
]
Wojtek Piaseczny commented on SOLR-764:
---------------------------------------
I'm trying to get all facets from all shards, ordered alphabetically. I'm not
trying to disable facets.
SOLR-755 solves the case where facet.limit=-1 and facet.sort=true, but not
where facet.sort=false. A comment in SOLR-755 states:
"Note that one must add facet.sorted=true in conjunction with facet.limit=-1
since it defaults to unsorted (or sorted-by-term), and this is currently
unsupported by distributed search."
> facet.limit=-1 with facet.sort=false does not work in 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
>
>
> If you specify facet.limit=-1 and facet.sort=false, no facet results are
> returned.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.