Full index
When Live Search is configured and synchronized during onboarding, it can take up to 60 minutes to build the initial index. Large catalogs can take longer to index. The process begins after cron
submits the feed and finishes running.
The following events trigger a full sync and index build:
- Onboarding catalog data sync
- Changes to attribute metadata
For example, changing the Use in Search
property of the color
attribute from No
to Yes
changes the attribute metadata to searchable=true
, and triggers a full sync and reindex. The following attribute metadata trigger a full sync and reindex when changed:
filterableInSearch
searchable
sortable
visibleInSearch
Streaming product updates
After the initial index is built during onboarding, the following incremental product updates are continuously synced and reindexed:
- New products added to the catalog
- Changes to product attribute values
For example, adding a new swatch value to the color
attribute is handled as a streaming product update.
Streaming update workflow:
- Updated products are synced from the Adobe Commerce instance to the catalog service.
- The indexing service continuously looks for product updates from the catalog service. Updated products are indexed as they arrive in the catalog service.
- It can take up to 15 minutes for a product update to become available in Live Search.