Controls indexing of resources to be provided on high performance read-only search endpoints.

interface SearchIndexingConfiguration {
    orders?: SearchIndexingConfigurationValues;
    products?: SearchIndexingConfigurationValues;
}

Properties

Properties

Configuration for the Order Search feature.

Configuration for the Product Projection Search and Product Suggestions endpoints.

Generated using TypeDoc