You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2014/05/19 18:36:38 UTC

[jira] [Resolved] (SOLR-5854) facet.limit can limit the output of facet.pivot when facet.sort is on

     [ https://issues.apache.org/jira/browse/SOLR-5854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man resolved SOLR-5854.
----------------------------

    Resolution: Invalid

Brett's assessment seems correct -- that's not a valid usage of facet.sort.

> facet.limit can limit the output of facet.pivot when facet.sort is on
> ---------------------------------------------------------------------
>
>                 Key: SOLR-5854
>                 URL: https://issues.apache.org/jira/browse/SOLR-5854
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>    Affects Versions: 4.4
>            Reporter: Gennaro Frazzingaro
>
> Given the query
> {code}
> {
> "facet":"true",
> "facet.pivot":"field1,field2",
> "facet.pivot.mincount":"1",
> "facet.sort":"field1 asc, field2 asc",
> "q":"",
> "rows":"1000",
> "start":"0",
> }
> {code}
> not all results are returned.
> Removing facet.sort or setting facet.limit=-1 corrects the problem



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org