mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
feat: added debug log output if QueryStack utilizes Uplifted Refchains (#6528)
* feat: added debug log output if QueryStack utilizes Uplifted Refchains * Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/search/builder/QueryStack.java typo fix Co-authored-by: Tadgh <garygrantgraham@gmail.com> --------- Co-authored-by: Tadgh <garygrantgraham@gmail.com>
This commit is contained in:
parent
37020b1820
commit
b7e94ece95
@ -2863,6 +2863,7 @@ public class QueryStack {
|
|||||||
if (indexOnContainedResources) {
|
if (indexOnContainedResources) {
|
||||||
return EmbeddedChainedSearchModeEnum.UPLIFTED_AND_REF_JOIN;
|
return EmbeddedChainedSearchModeEnum.UPLIFTED_AND_REF_JOIN;
|
||||||
}
|
}
|
||||||
|
ourLog.debug("Search on {}.{} uses an uplifted refchain.", theResourceType, theParameterName);
|
||||||
return EmbeddedChainedSearchModeEnum.UPLIFTED_ONLY;
|
return EmbeddedChainedSearchModeEnum.UPLIFTED_ONLY;
|
||||||
} else {
|
} else {
|
||||||
return EmbeddedChainedSearchModeEnum.REF_JOIN_ONLY;
|
return EmbeddedChainedSearchModeEnum.REF_JOIN_ONLY;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user