You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2015/12/02 18:22:11 UTC

[jira] [Updated] (SOLR-2798) Local Param parsing does not support multivalued params

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

Erik Hatcher updated SOLR-2798:
-------------------------------
    Description: 
As noted by Demian on the solr-user mailing list, Local Param parsing seems to use a "last one wins" approach when parsing multivalued params.

In this example, the value of "111" is completely ignored:
{code}
http://localhost:8983/solr/select?debug=query&q={!dismax%20bq=111%20bq=222}foo
{code}

  was:
As noted by Demian on the solr-user mailing list, Local Param parsing seems to use a "last one wins" approach when parsing multivalued params.

In this example, the value of "111" is completely ignored...

http://localhost:8983/solr/select?debug=query&q={!dismax%20bq=111%20bq=222}foo


> Local Param parsing does not support multivalued params
> -------------------------------------------------------
>
>                 Key: SOLR-2798
>                 URL: https://issues.apache.org/jira/browse/SOLR-2798
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>            Assignee: Anshum Gupta
>
> As noted by Demian on the solr-user mailing list, Local Param parsing seems to use a "last one wins" approach when parsing multivalued params.
> In this example, the value of "111" is completely ignored:
> {code}
> http://localhost:8983/solr/select?debug=query&q={!dismax%20bq=111%20bq=222}foo
> {code}



--
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