reuse.useEnrichContentReuse | Set your translation memory as reuse component and disable the Acrolinx Reuse component. | reuse.useEnrichContentReuse=<TRUE/FALSE> Example: reuse.useEnrichContentReuse=true
|
reuse.enrichUrl | Configure the URL of the REST API of SDL Enrich. The URL must be an HTTPS URL. | reuse.enrichUrl=<URL> Example: reuse.enrichUrl=https://10.10.30.194/Api/Authoring
|
reuse.stsUrl | Configure the URL of the SDL Security Token Service. | reuse.stsUrl=<URL> Example: reuse.stsUrl=http://10.10.30.194/sts/api/RequestSecurityTokenResponse
|
reuse.enrichSessionUrl | Configure the URL of the LiveContent Enrich API. The URL must be an HTTPS URL. | reuse.enrichSessionUrl=<URL> Example: reuse.enrichSessionUrl=https://10.10.30.194/
|
reuse.enrichLanguage | Specify the language to retrieve from your translation memory. This property is only necessary if the supported languages of your translation memory don’t match the language of the Acrolinx language server. The default value is the language of the Acrolinx language server. | reuse.enrichLanguage=<LANGUAGE_CODE> Example: reuse.enrichLanguage=en-GB
|
reuse.timeout | Configure the maximum number of milliseconds Acrolinx waits for responses from the server where your translation memory is hosted. Acrolinx starts waiting after the document check is complete. Any outstanding requests after the timeout are ignored. The default value is 60000. | reuse.timeout=<NUMBER_IN_MILLISECONDS> Example: reuse.timeout=60000
|
reuse.stsUserName | Configure the username for the Security Token Service (STS) authentication. This should be a name that isn’t already present in the user database that your translation memory software uses (for example, the client's Active Directory database or equivalent). If more than one Acrolinx server contacts a single translation memory server, the username allows you to distinguish the calls from each system. If this property isn’t configured, the default value is "AcrolinxServer". | reuse.stsUserName=<USER_NAME> Example: reuse.stsUserName=AcrolinxServer
|
reuse.enrichProfileUsage | Configure if an Enrich profile should be used for the reuse request. | reuse.enrichProfileUsage=<PROFILE_TYPE> You can set the value none, fixed, or mapped - Select none if you're not going to use a profile ID.
- Select fixed to use the enrichProfileId.
- Select mapped to map check request's rule set to a profile ID via the property enrichMappedProfileId . If no mapping for the rule set is found, the enrichProfileId is used as a fallback.
. Example: reuse.enrichProfileUsage=none
|
reuse.enrichProfileId | Configure the profile ID, which is used when reuse.enrichProfileUsage is set to fixed. The system also uses the profile ID when reuse.enrichProfileUsage is set to mapped but the check's rule set has no mapping in the property enrichMappedProfileId. | reuse.enrichProfileId=<PROFILE_ID> Example: reuse.enrichProfileId=11de-4145-8aa4
|
reuse.enrichMappedProfileId | Configure the mappings from rule set names to profile IDs. | reuse.enrichMappedProfileId.<RULE_SET_NAME>=<PROFILE_ID> Example: reuse.enrichMappedProfileId.Marketing=11de-4145-8aa4
With this property, the reuse request issued by the Acrolinx server adds the profile id "11de-4145-8aa4" when using the rule set "Marketing". |