DOcs work

This commit is contained in:
jamesagnew 2020-04-18 19:14:02 -04:00
parent c0965b1be8
commit 6c760c9bff
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ When a **read operation** is being performed (e.g. a read, search, history, etc.
Enabling partitioning on the server involves a set of steps.
The [PartitionConfig](/apidocs/hapi-fhir-jpaserver-model/ca/uhn/fhir/jpa/model/config/PartitionConfig.html) bean contains configuration settings related to partitioning within the server. To enable partitioning, the [PartitioningEnabled](/apidocs/hapi-fhir-jpaserver-model/ca/uhn/fhir/jpa/model/config/PartitionConfig.html#PartitioningEnabled(boolean)) property should be enabled.
The [PartitionConfig](/apidocs/hapi-fhir-jpaserver-model/ca/uhn/fhir/jpa/model/config/PartitionConfig.html) bean contains configuration settings related to partitioning within the server. To enable partitioning, the [setPartitioningEnabled(boolean)](/apidocs/hapi-fhir-jpaserver-model/ca/uhn/fhir/jpa/model/config/PartitionConfig.html#setPartitioningEnabled(boolean)) property should be enabled.
# Partition Interceptors