Smile-SA / smile-magento-elasticsearch

Magento ElasticSearch Implementation
151 stars 90 forks source link

Boosting relevance score #91

Open ndthanhnet opened 7 years ago

ndthanhnet commented 7 years ago

hi , i've been reviewing Smile ElasticSearch for Magento. it looks great so far, but i can't find a place or a config value that allows me to boost Relevance score by duplicate search keywords

please see scenario below 1, i have a search_keywords attribute that is used in both quick search and catalog search 2, i added terms to search_keywords, some have higher same term count than other . for example : product 1 has : test term, test term product 2 has : test term product 3 has : test term, test term, test term 3, i want result sorts product by relevance in this order : product 3, product 1, product 2

can it be achieved with this module ? i'm looking forward to seeing updates from you thanks.

ndthanhnet commented 7 years ago

please let me know if there is a solution for the issue i have above