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

Nagabhushan updated SOLR-7527:
------------------------------
    Issue Type: Improvement  (was: Wish)

> Need count of facet.pivot on distinct combination
> -------------------------------------------------
>
>                 Key: SOLR-7527
>                 URL: https://issues.apache.org/jira/browse/SOLR-7527
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Nagabhushan
>
> Hi I need to get action wise count in a campaign. Using 
> facet.pivot=campaignId,action to get it.
> Ex : campaignId,id,action
>        1,1,a
>        1,1,a
>        1,2,a
>        1,2,b
> When I do  facet.pivot I get {a:3,b:1}, Facet considers duplicate rows in 
> count.
> I need distinct by combination of campaignId,id,action which is {a:2,b:1}
> Thanks,



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to