Eric Pugh created SOLR-13008:
--------------------------------

             Summary: JSON Document Transformer doesn't heed "indent" parameter
                 Key: SOLR-13008
                 URL: https://issues.apache.org/jira/browse/SOLR-13008
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Response Writers
    Affects Versions: 7.5
            Reporter: Eric Pugh


A query like "wt=json&fl=id,subject:[json]&indent=true", will return the field 
subject as JSON, however the indent parameter is ignored on the nested JSON.   
This can lead to a very wide response that you have to scroll over.  Often I 
add indent=true becasue I want to see the structure of my embedded JSON text, 
and I need to cut'n'paste over to another editor.   This would let the nested 
JSON object be pretty printed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to