You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Morana (JIRA)" <ji...@apache.org> on 2013/01/23 15:14:12 UTC

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

David Morana created SOLR-4337:
----------------------------------

             Summary: 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
             Fix For: 4.0


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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