Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set DaoConfig Properties #443

Open
RafaelWO opened this issue Oct 11, 2022 · 4 comments
Open

How to set DaoConfig Properties #443

RafaelWO opened this issue Oct 11, 2022 · 4 comments

Comments

@RafaelWO
Copy link

Hey, I wonder how one can set properties within the DaoConfig, e.g. disabling the delete operation or disabling :text indexing for improving the performance (see docs).

Thanks a lot!

P.S. Probably related to #433.

@sabukar-fn
Copy link

Hello @RafaelWO did you end up figuring this out? I'm trying to find a solution to the same problem.

@jamesagnew
Copy link
Contributor

FWIW this is where they get set: https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java#L88

Pull requests to add additional config properties to the YAML file would gladly be accepted.

@RafaelWO
Copy link
Author

RafaelWO commented Feb 8, 2023

Hello @RafaelWO did you end up figuring this out? I'm trying to find a solution to the same problem.

@sabukar-fn No I did not. But following @jamesagnew's answer it seems that additional properties have to be set manually in the code and therefore require a PR.

I will see if I have time to create one.

@RafaelWO
Copy link
Author

@jamesagnew AFAIS the setting for disabling the index for :text, called suppress_string_indexing_in_tokens, is not part of the DaoConfig (see docs). How can we set this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants