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