[
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 [[email protected]]. 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: [email protected]
For additional commands, e-mail: [email protected]