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/14 17:49:05 UTC

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

     [ https://issues.apache.org/jira/browse/SOLR-7743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessandro Benedetti closed SOLR-7743.
--------------------------------------
    Resolution: Invalid

Invalid issue.
A solution was already implemented.

Cheers

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