You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alessandro Benedetti (JIRA)" <ji...@apache.org> on 2015/07/01 10:30:05 UTC

[jira] [Created] (SOLR-7743) Facet Pivot Result Parsing

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org