I'm using the delta-import command.

Here's the deltaQuery and deltaImportQuery i use : 

select uid from profil_view where last_modified >
'${dataimporter.last_index_time}'
select * from profil_view where uid='${dataimporter.delta.uid}

When i look at the delta import status i see that the total request to
datasource equal the number of modification i had.  Is it possible to make
only one request to database and fetch all modification ?

select * from profil_view where uid in ('${dataimporter.delta.ALLuid}')
(something like that).
-- 
View this message in context: 
http://www.nabble.com/Delta-import-tp22663196p22663196.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to