> for my Delta-Import, i get the Id's which are should be > updatet from an > extra table in my database. > > ... when dih finished the delta-import it's necessary, that > the table with > the ID's is to delete. > > can i put a sql query in the DIH for that issue ?
deletedPkQuery (sql query) is used in delta-import to delete documents from solr index. Is this what you mean?