You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/12/11 20:26:46 UTC

[jira] [Commented] (SOLR-8404) tweak SolrQueryResponse.getToLogAsString(String logid)

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

ASF subversion and git services commented on SOLR-8404:
-------------------------------------------------------

Commit 1719503 from [~cpoerschke] in branch 'dev/trunk'
[ https://svn.apache.org/r1719503 ]

SOLR-8404: tweak SolrQueryResponse.getToLogAsString, add TestSolrQueryResponse.testToLog (Christine Poerschke)

> tweak SolrQueryResponse.getToLogAsString(String logid)
> ------------------------------------------------------
>
>                 Key: SOLR-8404
>                 URL: https://issues.apache.org/jira/browse/SOLR-8404
>             Project: Solr
>          Issue Type: Task
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>         Attachments: SOLR-8404.patch
>
>
> Whilst extending {{TestSolrQueryResponse}} in SOLR-8388 I noticed that {{getToLogAsString(String logid)}} returns {{"logidname1=value1 name2=value2 ... "}} instead of the {{"logid name1=value1 name2=value2 ..."}} indicated by its comment.
> summary of changes in patch against trunk:
> * Added space separator between {{logid}} and {{toLog}} values.
> * Removed trailing space at the end.
> * Added {{TestSolrQueryResponse.testToLog}} test case.
> * Reviewed callers of the method and adjusted call arg for two of them.



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