Log in
Model

Fulltext

Magento\CatalogSearch\Model\Indexer\Fulltext

What it does

This class manages the full-text search indexing for Magento 2's catalog search functionality.

Developers interact with it when products need to be indexed or re-indexed for search, either through full reindexing, partial updates by product IDs, or incremental updates via the indexer framework.

It handles batch processing and coordinates with search engines to ensure product data is searchable in the storefront.

Public Methods

  • execute()
  • executeByDimensions()
  • executeFull()
  • executeList()
  • executeRow()