Model
SynonymAnalyzer
Magento\Search\Model\SynonymAnalyzer
What it does
This class analyzes search phrases and finds synonyms for each word in the phrase.
Developers use it to enhance search functionality by expanding search queries with related terms, improving search result accuracy.
For example, searching for 'English queen' would also find results containing 'British monarch'.
Public Methods
- getSynonymsForPhrase()