[
https://issues.apache.org/jira/browse/SOLR-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628704#action_12628704
]
Yonik Seeley commented on SOLR-755:
-----------------------------------
I also just found and fixed a bug in TestDistributedSearch that failed to find
some differences in responses... so now a test of
facet.limit=-1&facet.sort=true now fails as it does in a manual test.
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 does not work in distributed search
> --------------------------------------------------
>
> Key: SOLR-755
> URL: https://issues.apache.org/jira/browse/SOLR-755
> Project: Solr
> Issue Type: Bug
> Reporter: Yonik Seeley
> Assignee: Yonik Seeley
> Priority: Minor
>
> If you specify facet.limit=-1 in distributed mode, 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.