Update to 5.6.0-PRE7_NIH-SNAPSHOT and activate advanced index

This commit is contained in:
Michael Buckley
2021-10-05 15:07:08 -04:00
parent 370d68a55c
commit ac75421a7b
4 changed files with 14 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ public class FhirServerConfigCommon {
}
retVal.setFilterParameterEnabled(appProperties.getFilter_search_enabled());
retVal.setAdvancedLuceneIndexing(appProperties.getAdvanced_lucene_indexing());
return retVal;
}