Interface HealthcareFhirConfigOrBuilder (0.63.0)

public interface HealthcareFhirConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableConfigurableSchema()

public abstract boolean getEnableConfigurableSchema()

Whether to enable configurable schema for HEALTHCARE_FHIR vertical.

If set to true, the predefined healthcare fhir schema can be extended for more customized searching and filtering.

bool enable_configurable_schema = 1;

Returns
Type Description
boolean

The enableConfigurableSchema.

getEnableStaticIndexingForBatchIngestion()

public abstract boolean getEnableStaticIndexingForBatchIngestion()

Whether to enable static indexing for HEALTHCARE_FHIR batch ingestion.

If set to true, the batch ingestion will be processed in a static indexing mode which is slower but more capable of handling larger volume.

bool enable_static_indexing_for_batch_ingestion = 2;

Returns
Type Description
boolean

The enableStaticIndexingForBatchIngestion.