Alessandro Benedetti created SOLR-7743:
------------------------------------------

             Summary: 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


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]

Reply via email to