Interface
SynonymAnalyzerInterface
Magento\Search\Api\SynonymAnalyzerInterface
What it does
This interface defines a contract for analyzing search phrases and returning synonyms for each word.
Developers would implement this interface to provide synonym functionality in Magento's search system, enabling searches to match alternative terms (e.g., 'british' for 'english', 'monarch' for 'queen') and improve search result relevance.
Public Methods
- getSynonymsForPhrase()