File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
java/ca/uhn/fhir/jpa/starter Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -812,8 +812,8 @@ public void setIndex_storage_optimized(boolean theIndex_storage_optimized) {
812812 index_storage_optimized = theIndex_storage_optimized ;
813813 }
814814
815- public Boolean getMark_resources_for_reindexing_upon_search_parameter_change () {
816- return mark_resources_for_reindexing_upon_search_parameter_change ;
815+ public boolean getMark_resources_for_reindexing_upon_search_parameter_change () {
816+ return defaultIfNull ( mark_resources_for_reindexing_upon_search_parameter_change , true ) ;
817817 }
818818
819819 public void setMark_resources_for_reindexing_upon_search_parameter_change (
Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ hapi:
283283 # Defaults to Runtime.getRuntime().availableProcessors() if not specified
284284 # reindex_thread_count: 4 # Number of threads to use for reindex operations
285285 # expunge_thread_count: 4 # Number of threads to use for expunge operations
286+ # mark_resources_for_reindexing_upon_search_parameter_change: false
286287
287288 # -------------------------------------------------------------------------------
288289 # G. Narrative & Validation
You can’t perform that action at this time.
0 commit comments