You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Bill Bell (JIRA)" <ji...@apache.org> on 2015/09/02 07:56:46 UTC

[jira] [Comment Edited] (SOLR-7993) json stopped working on 5.3.0

    [ https://issues.apache.org/jira/browse/SOLR-7993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726800#comment-14726800 ] 

Bill Bell edited comment on SOLR-7993 at 9/2/15 5:55 AM:
---------------------------------------------------------

To test this prior to the patch:

1.
http://localhost:8983/solr/provider/select?q=*%3A*&wt=json&indent=true&fl=provider_json:[json]

This returns no fields.

2.
http://localhost:8983/solr/provider/select?q=*%3A*&wt=json&indent=true&fl=provider_json:[json],provider_json

This returns provider_json in RAW.

With the patch:

3.

http://localhost:8983/solr/provider/select?q=*%3A*&wt=json&indent=true&fl=provider_json:[json]

This returns provider_json in raw json.





was (Author: billnbell):
To test this:

1.
http://localhost:8983/solr/provider/select?q=*%3A*&wt=json&indent=true&fl=provider_json:[json]

This returns no fields.

2.
http://localhost:8983/solr/provider/select?q=*%3A*&wt=json&indent=true&fl=provider_json:[json],provider_json

This returns provider_json in RAW.



> 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
>            Reporter: Bill Bell
>         Attachments: 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org