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

Erik Hatcher resolved SOLR-6580.
--------------------------------
    Resolution: Not a Problem

This was fixed (not sure what JIRA that was under, but I believe it was 
[~hossman_luc...@fucit.org] that took care of it.

> facet(.query) responses duplicated
> ----------------------------------
>
>                 Key: SOLR-6580
>                 URL: https://issues.apache.org/jira/browse/SOLR-6580
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.10, 4.10.1
>            Reporter: Erik Hatcher
>             Fix For: 5.0, Trunk
>
>
> I uncommented the invariants of the standard request handler commented out in 
> the default example solrconfig.xml, restarted Solr, and made this request 
> {{http://localhost:8983/solr/collection1/select?q=*:*&facet=on&facet.query=foo&rows=0}}
>  and got duplicate responses back for the invariant price range facet.query's 
> (but no facet.query response for the query string provided one, as expected):
> {code}
> <lst name="facet_queries">
>   <int name="price:[* TO 500]">14</int>
>   <int name="price:[500 TO *]">2</int>
>   <int name="price:[* TO 500]">14</int>
>   <int name="price:[500 TO *]">2</int>
> </lst>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to