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

Jack Krupansky commented on SOLR-5871:
--------------------------------------

I've lost count of how many times users have requested this feature. The basic 
request is for an "easy" way to determine which fields matched which values for 
each document, as opposed to having to sift through the debug explanation.

One technical difficulty is analysis - the results could report the analyzed 
field values which matched, which won't necessarily literally agree with the 
source terms due to case, stemming, synonyms, etc.

> Ability to see the list of fields that matched the query with scores
> --------------------------------------------------------------------
>
>                 Key: SOLR-5871
>                 URL: https://issues.apache.org/jira/browse/SOLR-5871
>             Project: Solr
>          Issue Type: Wish
>            Reporter: Alexander S.
>            Assignee: Erick Erickson
>
> Hello, I need the ability to tell users what content matched their query, 
> this way:
> | Name      | Twitter Profile | Topics | Site Title | Site Description | Site 
> content | 
> | John Doe | Yes                | No      | Yes         | No                  
>   | Yes             | 
> | Jane Doe | No                 | Yes     | No          | No                  
>   | Yes             | 
> All these columns are indexed text fields and I need to know what content 
> matched the query and would be also cool to be able to show the score per 
> field.
> As far as I know right now there's no way to return this information when 
> running a query request. Debug outputs is suitable for visual review but has 
> lots of nesting levels and is hard for understanding.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to