Interface ProjectChangeProductSearchIndexingEnabledAction

interface ProjectChangeProductSearchIndexingEnabledAction {
    action: "changeProductSearchIndexingEnabled";
    enabled: boolean;
}

Properties

Properties

action: "changeProductSearchIndexingEnabled"
enabled: boolean
  • If false, the indexing of Product information will stop and the Product Projection Search as well as the Product Suggestions endpoint will not be available anymore for this Project. The Project's SearchIndexingConfiguration status for products will be changed to "Deactivated".
    • If true, the indexing of Product information will start and the Product Projection Search as well as the Product Suggestions endpoint will become available soon after for this Project. Proportional to the amount of information being indexed, the Project's SearchIndexingConfiguration status for products will be shown as "Indexing" during this time. As soon as the indexing has finished, the configuration status will be changed to "Activated" making the aforementioned endpoints fully available for this Project.

Generated using TypeDoc