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

Shalin Shekhar Mangar updated SOLR-7993:
----------------------------------------
    Attachment: SOLR-7993.patch

Thanks [~billnb...@gmail.com]. I had to remove the id field in 'fl' in your 
test to reproduce this bug:
{code}
SolrQueryRequest req = req("q", "*:*", "fl", "id,subject:[json]", "wt", "json");
{code}
to
{code}
SolrQueryRequest req = req("q", "*:*", "fl", "subject:[json]", "wt", "json");
{code}

This patch combines the modified test and the proposed fix.

> json stopped working on 5.3.0
> -----------------------------
>
>                 Key: SOLR-7993
>                 URL: https://issues.apache.org/jira/browse/SOLR-7993
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.3, 5.3.1
>            Reporter: Bill Bell
>         Attachments: SOLR-7993-test.patch, SOLR-7993.patch, SOLR-7993.patch
>
>
> This stopped working:
> http://localhost:8983/solr/provider/select?q=*%3A*&wt=json&fl=provider_json:[json]
> It now does not show the field.... 5.2.1 worked fine.



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