SaaS CMS has officially launched! Learn more now.

Interface ISearchProviderConfigGenerator

Interface for search providers to implement if they can generate external search engine configuration. Content of the generated configuration is provider dependent.

Namespace: Mediachase.Search.Extensions
Assembly: Mediachase.Search.Extensions.dll
Version: 11.8.3
Syntax
public interface ISearchProviderConfigGenerator

Methods

GenerateCatalogConfiguration(MetaDataContext)

Generates a string of configuration for external systems describing the catalog system.

Declaration
string GenerateCatalogConfiguration(MetaDataContext catalogContext)
Parameters
Type Name Description
MetaDataContext catalogContext

The metadata context to load catalog entry metaclass configuration from.

Returns
Type Description
System.String

Provider-dependent configuration data.