Hi Experts,
Can we use a non-datetime column to identify delta rows in deltaQuery for
DIH configuration.
Like for example in the below deltaQuery ,
deltaQuery="select ID from category where last_modified >
'${dih.last_index_time}'"
the delta rows are picked when the last_modified datetime is greater than
last index time.
I want to pick the deltas if a column value differs from the corresponding
column value in solr.
deltaQuery="select ID from category where md5hashcode <> ;
'indexedmd5hashcode'"
Can we implement this?.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Implementing-DIH-Using-a-non-datetime-change-tracking-column-to-Identify-delta-tp4328306.html
Sent from the Solr - User mailing list archive at Nabble.com.