[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to