[
https://issues.apache.org/jira/browse/SOLR-7743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14609952#comment-14609952
]
Alessandro Benedetti commented on SOLR-7743:
--------------------------------------------
Sorry Mikhail, I missed that, can we delete the issue ?
> Facet Pivot Result Parsing
> --------------------------
>
> Key: SOLR-7743
> URL: https://issues.apache.org/jira/browse/SOLR-7743
> Project: Solr
> Issue Type: Bug
> Components: SolrJ
> Affects Versions: 5.2.1
> Reporter: Alessandro Benedetti
> Priority: Minor
> Labels: facet, facet-pivot, queryResponse, solrj
>
> Currently SolrJ is not parsing the Facet Pivot response.
> It would be nice to wrap that part of the response in nice recursive objects :
> …
> "facet_pivot":{
> "cat,popularity,inStock":[{
> "field":"cat",
> "value":"electronics",
> "count":14,
> "pivot":[{
> "field":"popularity",
> "value":6,
> "count":5,
> "pivot":[{
> "field":"inStock",
> "value":true,
> "count":5}]},
> ...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]