[
https://issues.apache.org/jira/browse/SOLR-6580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik Hatcher updated SOLR-6580:
-------------------------------
Description:
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}
was: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).
> 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: [email protected]
For additional commands, e-mail: [email protected]