Semantic search

hello
is thier any plugin that helps to do semantic search with elasticsearch
thank you

Depends what you mean by semantic search. Generally mapping phrases to concepts is non trivial and requires domain expertise

I would recommend this series of blog articles

https://opensourceconnections.com/blog/2016/12/02/solr-elasticsearch-synonyms-better-patterns-keyphrases/

https://opensourceconnections.com/blog/2016/12/23/elasticsearch-synonyms-patterns-taxonomies/

And this talk(uses Solr but same ideas apply)

https://youtu.be/90F30PS-884

Don’t trust vendors that can just “give you semantic search”. Sadly this stuff has no silver bullets.

what I mean is for exemple if I search with the term " sport" it gives for example "footbal" , "basketball" ...
without adding synonyms

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.