: 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 the only do that gets it, and RunUpdateProcessor will write it to it's local index. -Hoss