hi there I am having some trouble understanding delta import and how its different from full import .. from what I can tell the only difference is that it has the clean parameter set to false by default .. otherwise as far as setting up your query to use the data_import_last_index_time .. you can do that even in full import ..
so i tried setting up my import process and my query is setup something like this SELECT some fields (all mapped correctly to solr fields) FROM some tables WHERE dateModified > data_import_last_index_time if i use this query and run the delta import .. it doesnt finds anything .. doesnt updates anything .. if I run full-import with clean=false .. it finds the modified documents and updates them correctly .. right after that if I run the delta import again .. it finds the same documents AGAIN (the ones which full-import found) and imports them .. but after that if I keep changing data and keep hitting delta import url .. nothing happens until I do the same full-import again .. any idea whats going on here so based on this it seems like full-import is doing what I want to do .. simple grab some recently modified data and update or add in solr index .. should I just use the full-import then ?? any advice would be very helpful thanks -- View this message in context: http://old.nabble.com/Understanding-delta-import-tp27690376p27690376.html Sent from the Solr - User mailing list archive at Nabble.com.