Re: StatelessScriptUpdateProcessorFactory with multiple shards

2016-11-23 Thread Erick Erickson
Well, have you distributed both your script and the configs? And what does "doesn't work" mean? If you've changed your configs and pushed them to Zookeeper, and reloaded your collection (by restarting the Solr nodes, issuing the collections API RELOAD command whatever) then all the nodes for any c

StatelessScriptUpdateProcessorFactory with multiple shards

2016-11-23 Thread Lambrou, Ioannis
Hello all, I am using solr 5.5 and I am trying to use StatelessScriptUpdateProcessorFactory to append the data I am adding to solr to existing documents. This is working fine when I use one shard but it doesn't work on multiple shards. Is there any way to use it with multiple shards? This is