Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-7743

Facet Pivot Result Parsing

    XMLWordPrintableJSON

Details

    Description

      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}

      ]},
      ...

      Attachments

        Activity

          People

            Unassigned Unassigned
            abenedetti Alessandro Benedetti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: