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

2012-07-05 Thread Mark Miller (JIRA)

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

Mark Miller commented on SOLR-3353:
---

This should be fine now - the distrib processor is auto injected if it's not in 
the chain. We could still add it explicitly if people felt we should though.

 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.fltext,title,subject,description/str
  str name=langid.langFieldlanguage_s/str
  str name=langid.fallbacken/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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-04-12 Thread Mark Miller (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-3353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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.fltext,title,subject,description/str
  str name=langid.langFieldlanguage_s/str
  str name=langid.fallbacken/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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org