Re: explicite deltaimports by given ids

2013-09-24 Thread Stefan Matheis
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 "

explicite deltaimports by given ids

2013-09-13 Thread Peter Sch�tt
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