Force resource updates when reindexing

This commit is contained in:
James Agnew 2017-04-23 22:20:58 -04:00
parent bb9cd7c198
commit 93b61aac90
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ public abstract class BaseHapiFhirResourceDao<T extends IBaseResource> extends B
@Override
public void reindex(T theResource, ResourceTable theEntity) {
updateEntity(theResource, theEntity, null, true, false, theEntity.getUpdatedDate(), false, false);
updateEntity(theResource, theEntity, null, true, false, theEntity.getUpdatedDate(), true, false);
}
@Override