Answer the question
In order to leave comments, you need to log in
How to do full text search with synonyms in django?
Good day to all!
I need to set up a search engine on the site. Requirements:
Answer the question
In order to leave comments, you need to log in
Sphinx is not dead, I don't know where you heard it, the author speaks at all conferences and recently announced what will be in the 3rd version. Synonyms are supported, but you have to create a dictionary of synonyms with your hands.
Sphinx fits, Elasticsearch fits, and even Postgres' built-in fits.
I use haystack + Solr for full-text search. Just the other day I wrote a recipe - djbook.ru/examples/68/. The link is not the easiest for a beginner.
It will not be difficult to add a search there taking into account synonyms (a line or two in the config files).
Many advise elasticsearch - I want to try it in a new project.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question