I've heard of a user adding a separate <entity /> section to the end of their data-config.xml with a SqlEntityProcessor and an UPDATE statement. It would run after your main <entity /> section. I have not tried it myself, and surely DIH was not designed to do this, but it might work.
A better solution might be to write a class implementing EventListener that does the db update you want and put an "onImportEnd" listener in your configuration. See http://wiki.apache.org/solr/DataImportHandler#EventListeners for details. James Dyer Ingram Content Group (615) 213-4311 -----Original Message----- From: Christof Lorenz [mailto:loc...@web.de] Sent: Sunday, August 10, 2014 6:52 AM To: solr-user@lucene.apache.org Subject: SqlEntityProcessor Hi folks, i am searching for a way to update a certain column in the rdbms for each item as soon as the item was indexed by solr. The column will be the indicator in the delta-query to select un-indexed items. We don't want to use the timestamp based mechanism that is default. Any ideas how we could implement this ? Regards, Lochri