You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2011/06/08 21:33:59 UTC

[jira] [Commented] (SOLR-2417) Allow explain info directly to response documents

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

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

Syntax changed to:
{code}
?fl=id,[explain]
{code}
{code}
?fl=id,[explain style=text]
{code}
{code}
?fl=id,[explain style=nl]
{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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org