You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Anil (JIRA)" <ji...@apache.org> on 2016/02/11 11:31:18 UTC

[jira] [Commented] (SOLR-6690) Highlight expanded results

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

Anil commented on SOLR-6690:
----------------------------

Will this be implemented in future release ? Please clarify. This is very common use case.

> Highlight expanded results
> --------------------------
>
>                 Key: SOLR-6690
>                 URL: https://issues.apache.org/jira/browse/SOLR-6690
>             Project: Solr
>          Issue Type: Wish
>          Components: highlighter
>            Reporter: Simon Endele
>              Labels: expand, highlight
>         Attachments: HighlightComponent.java.patch
>
>
> Is it possible to highlight documents in the "expand" section in the Solr response?
> I'm aware that https://cwiki.apache.org/confluence/x/jiBqAg states:
> "All downstream components (faceting, highlighting, etc...) will work with the collapsed result set."
> So I tried to put the highlight component after the expand component like this:
> {code:xml}<arr name="components">
> 	<str>query</str>
> 	<str>facet</str>
> 	<str>stats</str>
> 	<str>debug</str>
> 	<str>expand</str>
> 	<str>highlight</str>
> </arr>{code}
> But with no effect.
> Is there another switch that needs to be flipped or could this be implemented easily?
> IMHO this is quite a common use case. And it was possible to highlight all results of a group with the old grouping.



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