|
|
+
Benson Margulies 2012-04-10, 16:43
-
Re: URP's versus CloudMarkus Jelsma 2012-04-10, 17:08
In this case on each node, order matters. If you, for example, define a
standard SignatureUpdateProcessorFactory before the DistributedUpdateProcessorFactory you will end up with multiple values for the signature field. On Tue, 10 Apr 2012 12:43:36 -0400, Benson Margulies <[EMAIL PROTECTED]> wrote: > How are URP's managed with respect to cloud deployment? Given some > solrconfig.xml like the below, do I expect it to be in the chain on > the leader, the shards, or both? > > <updateRequestProcessorChain name="RNI"> > <!-- some day, add parameters when we have some --> > <processor > > class="com.basistech.rni.solr.NameIndexingUpdateRequestProcessorFactory"/> > <processor class="solr.LogUpdateProcessorFactory" /> > <processor class="solr.DistributedUpdateProcessorFactory"/> > <processor class="solr.RunUpdateProcessorFactory" /> > </updateRequestProcessorChain> > > <!-- activate RNI processing by adding the RNI URP to the chain > for xml updates --> > <requestHandler name="/update" > class="solr.XmlUpdateRequestHandler"> > <lst name="defaults"> > <str name="update.chain">RNI</str> > </lst> > </requestHandler> -- Markus Jelsma - CTO - Openindex http://www.linkedin.com/in/markus17 050-8536600 / 06-50258350 +
Benson Margulies 2012-04-10, 17:15
|