This add harvest_object_id into db-solr-sync, so that we are comparing tuple (package_id, last_modified_date, harvest_object_id) between dn and solr to determine if a package need a re-index.
PR TASKS
[x] The actual code changes.
[x] Tests written and passed.
[x] ~Any changes to docs?~
[x] Bumped version number in setup.py (also checked on PyPi).
Pull Request
Related to https://github.com/GSA/data.gov/issues/4177
About
This add
harvest_object_id
into db-solr-sync, so that we are comparing tuple(package_id, last_modified_date, harvest_object_id)
between dn and solr to determine if a package need a re-index.PR TASKS