DOcs work
This commit is contained in:
parent
c0965b1be8
commit
6c760c9bff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue