multiple stats.facet params duplicate stats faceting output
-----------------------------------------------------------

                 Key: SOLR-2981
                 URL: https://issues.apache.org/jira/browse/SOLR-2981
             Project: Solr
          Issue Type: Bug
    Affects Versions: 3.5
            Reporter: Hoss Man


* Load the example data
* Load a URL that uses "stats.facet" on multiple fields, ie: 
http://localhost:8983/solr/select?q=*:*&stats=true&stats.field=price&stats.field=popularity&stats.twopass=true&rows=00&indent=true&stats.facet=inStock&stats.facet=manu_id_s

Response will include two identical "facets" lists for each stats field (ie 
both "facets" blocks will contain the faceted stats for both of the stats.facet 
fields)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to