[ https://issues.apache.org/jira/browse/SOLR-16925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768059#comment-17768059 ]
ASF subversion and git services commented on SOLR-16925: -------------------------------------------------------- Commit 1f0c1ffc627cc41b49e9d6bf36c828380bae75fe in solr's branch refs/heads/branch_9x from Houston Putman [ https://gitbox.apache.org/repos/asf?p=solr.git;h=1f0c1ffc627 ] SOLR-16925: Fix indentation for JacksonJsonWriter (#1942) (cherry picked from commit 1a8457d9ca394d93af9098c4a49c1593f97774db) > Broken JSON indentation using JacksonJsonWriter > ----------------------------------------------- > > Key: SOLR-16925 > URL: https://issues.apache.org/jira/browse/SOLR-16925 > Project: Solr > Issue Type: Bug > Components: Response Writers > Affects Versions: 9.3 > Environment: Problem reproduces across 6+ SolrCloud clusters. > Reporter: Ovidiu Mihalcea > Priority: Major > Time Spent: 2h > Remaining Estimate: 0h > > I'm seeing some very weird formatting using the default interface query > output in SolrCloud mode. Either all the indented content is shifted by many > white spaces (while keeping indents after this), either there is not > indenting at all (keeping multiple lines, different from indent=false), > either we get a new line between every line. > I believe it's a bug from the combination of the JacksonJsonWriter and > indent=true. The Query component of the interface is quite an important > feature for debugging. > The workaround was to add <queryResponseWriter name="json" > class="solr.JSONResponseWriter" /> and <str name="wt">json</str> to the > defaults on the /select SearchHandler, as it seems when not specifying a > default wt it defaults to the JacksonJsonWriter and not JSONResponseWriter. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org