search - is it possible to configure Delta Imports in Solr without making any change to Database Schema? -


I want to use solr indexing and want to configure delta import, add database schema to delta import Need to change is the last modified datetime stamp that I do not want to do,

Is it possible to configure Delta import in Solar without any change in database schema?

If you want to leave tables unchanged, you can create a view and whatever there is Changed, you can add the required columns to keep track of it. / P>

Comments