diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index c822263..cb9c9a3 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -96,8 +96,8 @@ hapi: ### !!Extended Lucene/Elasticsearch Indexing is still a experimental feature, expect some features (e.g. _total=accurate) to not work as expected!! ### more information here: https://hapifhir.io/hapi-fhir/docs/server_jpa/elastic.html advanced_lucene_indexing: false - bulk_export_enabled: true - bulk_import_enabled: true + bulk_export_enabled: false + bulk_import_enabled: false # enforce_referential_integrity_on_delete: false # This is an experimental feature, and does not fully support _total and other FHIR features. # enforce_referential_integrity_on_delete: false