You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cassandra Targett (JIRA)" <ji...@apache.org> on 2017/11/10 22:45:00 UTC

[jira] [Resolved] (SOLR-4337) typo in solrconfig.xml; EditorialMarkerFactory should be ElevatedMarkerFactory

     [ https://issues.apache.org/jira/browse/SOLR-4337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cassandra Targett resolved SOLR-4337.
-------------------------------------
       Resolution: Won't Fix
    Fix Version/s:     (was: 4.0)

From what I understand, the EditorialMarkerFactory is automatically registered when called - it's definitely there in the code, so I believe the docs are correct.

> typo in solrconfig.xml; EditorialMarkerFactory should be ElevatedMarkerFactory
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-4337
>                 URL: https://issues.apache.org/jira/browse/SOLR-4337
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.0
>         Environment: solr 4.0 final on tomcat 7.0.34
>            Reporter: David Morana
>            Priority: Minor
>
> Sorry, I don't know how to classify this;it's either a bug or an improvement.
> The EditorialMarkerFactory doesn't exist; it should be the ElevatedMarkerFactory 
> See [SOLR-4334|https://issues.apache.org/jira/browse/SOLR-4331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13560701#comment-13560701] for more info.
> So the documentation needs to be fixed in the solr wiki (doc transformers) and in the default solrconfig.xml file like so:
> {noformat}
> -<transformer name="qecBooster" class="org.apache.solr.response.transform.EditorialMarkerFactory" />
> +<transformer name="elevated" class="org.apache.solr.response.transform.ElevatedMarkerFactory" />
> {noformat}
> Thank you,



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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