Nagabhushan created SOLR-7538:
---------------------------------

             Summary: Get count of facet.pivot on distinct combination of fileds
                 Key: SOLR-7538
                 URL: https://issues.apache.org/jira/browse/SOLR-7538
             Project: Solr
          Issue Type: Task
         Environment: 4.10
            Reporter: Nagabhushan
            Priority: Trivial


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