Re: solr.NoOpDistributingUpdateProcessorFactory in SOLR CLOUD

2013-06-07 Thread Chris Hostetter
: I don't think you want the noop bits, I'd go back to the : standard definitions here. Correct. the NoOpDistributingUpdateProcessorFactory is for telling the update processor chain that you do not want it to do any distribution of updates at all -- whatever SolrCore you send the doc to, is th

Re: solr.NoOpDistributingUpdateProcessorFactory in SOLR CLOUD

2013-06-07 Thread Erick Erickson
I don't think you want the noop bits, I'd go back to the standard definitions here. What you _do_ want, I think, is the "custom hashing" option, see: https://issues.apache.org/jira/browse/SOLR-2592 which has been in place since Solr 4.1. It allows you to send documents to the shard of your choice

solr.NoOpDistributingUpdateProcessorFactory in SOLR CLOUD

2013-06-07 Thread sathish_ix
Hi , Need more information how NoOpDistributingUpdateProcessorFactory works, Below is the cloud setup, collection1 shard1 ---node1:8983 (leader) | | _ _ _ _ _ _ _ _ _ _ node2:8984 | |_ _ _ _ _ _ _ _ _ _ _ _ shard2--- node3:7585 (