URP's versus Cloud

2012-04-10 Thread Benson Margulies
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

Re: URP's versus Cloud

2012-04-10 Thread Markus Jelsma
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

Re: URP's versus Cloud

2012-04-10 Thread Benson Margulies
On Tue, Apr 10, 2012 at 1:08 PM, Markus Jelsma markus.jel...@openindex.io wrote: 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