Custom UpdateRequestProcessor that collects the IDs of submitted
documents and updates the database on commit.

DataImportHandler itself is strictly one-way read operation. But you
can add URP chain after it.

Regards,
   Alex.
Personal: http://www.outerthoughts.com/ and @arafalov
Solr resources and newsletter: http://www.solr-start.com/ and @solrstart
Solr popularizers community: https://www.linkedin.com/groups?gid=6713853


On Sun, Aug 10, 2014 at 1:51 PM, Christof Lorenz <loc...@web.de> wrote:
> 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
>

Reply via email to