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