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

Ryan McKinley commented on SOLR-2417:
-------------------------------------

On IRC, yonik suggested that the explain format should mimic follow what the 
debugQuery parameter would use.

I'm don't really agree -- long term I would even suggest dropping the explain 
section from debug and letting you specify it as an inline parameter.

As is, the options are to display it as text,named list or html
{code}?fl=id,_explain_{code}
{code}?fl=id,_explain:text_{code}
{code}?fl=id,_explain:nl_{code}
{code}?fl=id,_explain:html_{code}



> Allow explain info directly to response documents
> -------------------------------------------------
>
>                 Key: SOLR-2417
>                 URL: https://issues.apache.org/jira/browse/SOLR-2417
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>            Priority: Minor
>             Fix For: 4.0
>
>
> Currently explain information in displayed in the debugInfo part of the 
> response.  This requires clients to build a Map and link results later if 
> they want them displayed together.  It also does not nicely allow for 
> multiple queries in one result.
> As part of SOLR-1566, we can add the explain info directly to the result

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to