Peter
You can access request params that way: ${dataimporter.request.command} (from
https://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters) -
although i'm not sure what happens if you provide the same param multiple times.
Perhaps i'd go with &oid=5,6 as url param and use "
Hallo,
I want to trigger a deltaimportquery by given IDs.
Example:
query="select oid, att1, att2 from my_table"
deltaImportQuery="select oid, att1, att2 from my_table
WHERE oid=${dih.delta.OID}"
deltaQuery="select OID from my_table WHERE
TIME_STAMP > TO_DATE