From 098c3ad73742b4b341c7eee0213df9da613d9df6 Mon Sep 17 00:00:00 2001 From: Craig Appl Date: Sat, 23 May 2020 14:17:51 -0700 Subject: [PATCH] Fixing a typo in the performance.md server_jpa doc (#1849) --- .../resources/ca/uhn/hapi/fhir/docs/server_jpa/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa/performance.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa/performance.md index 0c7f94f2ef4..26f88208dd8 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa/performance.md +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa/performance.md @@ -12,7 +12,7 @@ On servers where a large amount of data will be ingested, the following consider # Disabling :text Indexing -On servers storing large numbers of Codings and CodeableConcepts (as well as any other token SearchParameter target where the `:text` modifier is supported), the indexes required to support the `:text` modifier can consume a large amount of index space, and cause a masurable impact on write times. +On servers storing large numbers of Codings and CodeableConcepts (as well as any other token SearchParameter target where the `:text` modifier is supported), the indexes required to support the `:text` modifier can consume a large amount of index space, and cause a measurable impact on write times. This modifier can be disabled globally by using the ModelConfig#setSuppressStringIndexingInTokens setting.