Current implementation
between TIS and integration service
Previously, in Recommendation service, we use gmc number to identify the ES views again. But as recommendationindex
is reindexed from masterdoctorindex
and every update from masterdoctorindex
should be sent to recommendationindex
and update its document, so we can assume the doc ids between these 2 indices always match, so there’s no need to search by gmc number again.
Some previous thinking:
NB this is just thinking, not actual implementation
Add Comment