Define a Named Service Resolver

A named service resolver associates a name (used inside the Content Engine and Content Studio) with an external service URI - in this case an OpenSearch descriptor URI.

To define a named service resolver you must open configuration-root/com/escenic/resolver/NamedServiceResolver.properties in one of your configuration layers (or create the file if it does not already exist) and add an entry like this:

service.external-service-name=opensearch-descriptor-uri

where:

  • external-service-name is the name you want to use internally for the external search service.

  • opensearch-descriptor-uri is the external search service's OpenSearch descriptor.