Fixing a typo in the performance.md server_jpa doc (#1849)

This commit is contained in:
Craig Appl 2020-05-23 14:17:51 -07:00 committed by GitHub
parent 9192d41448
commit 098c3ad737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ On servers where a large amount of data will be ingested, the following consider
# Disabling :text Indexing # 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. This modifier can be disabled globally by using the ModelConfig#setSuppressStringIndexingInTokens setting.