[
https://issues.apache.org/jira/browse/SOLR-6070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13996766#comment-13996766
]
Elaine Cario commented on SOLR-6070:
------------------------------------
If I commented out the code in question, it all worked fine. Was going to
submit a patch, but noted there is some complexity around handling the
hard-coded internal COMPONENT_NAME, which is static, so patch is delayed while
I work through that (unless of course someone who is more familiar than me can
work through that - this is my first attempt at changing Solr!).
> Cannot use multiple highlighting components in a single solrconfig
> ------------------------------------------------------------------
>
> Key: SOLR-6070
> URL: https://issues.apache.org/jira/browse/SOLR-6070
> Project: Solr
> Issue Type: Bug
> Components: highlighter
> Affects Versions: 4.7.2, 4.8
> Reporter: Elaine Cario
> Labels: highlighting
>
> I'm trying to use both the PostingsHighlighter and the FastVectorHighlighter
> in the same solrconfig (selection driven by different request handlers), but
> once I define 2 search components in the config, it always picks the Postings
> Highlighter (even if I never reference it in any request handler).
> I think the culprit is some specific code in SolrCore.loadSearchComponents(),
> which overwrites the "highlighting" component with the contents of the
> "postingshighlight" component - so the components map has 2 entries, but they
> both point to the same highlighting class (the PostingsHighlighter).
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]