Hi, I've read up on the streaming expressions on the cwiki. The update decorator is ideal for quick imports from various sources such as jdbc, and combined with daemon it can be used for periodic delta imports too, which is very nice. But besides the update function, i would also expect a delete streaming function. If items, for example, are flagged as delete in a jdbc source, it should be able to select those id's, and map them to Solr document IDs.
Did i miss something? Thanks, Markus