You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (Commented) (JIRA)" <ji...@apache.org> on 2012/04/12 18:11:20 UTC

[jira] [Commented] (SOLR-3353) Commented examples in solrconfig.xml don't account for SolrCloud in URP chains

    [ https://issues.apache.org/jira/browse/SOLR-3353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252524#comment-13252524 ] 

Mark Miller commented on SOLR-3353:
-----------------------------------

Nice catch!
                
> Commented examples in solrconfig.xml don't account for SolrCloud in URP chains
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-3353
>                 URL: https://issues.apache.org/jira/browse/SOLR-3353
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Benson Margulies
>            Assignee: Mark Miller
>
> The example solrconfig.xml includes several items like:
> {code}
>  <updateRequestProcessorChain name="langid">
>        <processor class="org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory">
>          <str name="langid.fl">text,title,subject,description</str>
>          <str name="langid.langField">language_s</str>
>          <str name="langid.fallback">en</str>
>        </processor>
>        <processor class="solr.LogUpdateProcessorFactory" />
>        <processor class="solr.RunUpdateProcessorFactory" />
>      </updateRequestProcessorChain>
> {code}
> that leave out the DistributedUpdateProcessorFactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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