Set up the sphinx all good, looking fast! I set it up for an online computer hardware store, there are a lot of word forms needed, I created a file with phrases
16гб > 16gb 16 гб > 16gb 16 gb > 16gb Intel > интел AMD > амд
Everything is also good, but I have to look for such words with a hyphen, like:
DDR-3 DDR-III TK-1140
In general, I found there is such a parameter
blend_chars = -, &
Here is my config
path = /var/lib/sphinxsearch/data/xxxx docinfo = extern mlock = 0 wordforms = /home/xxxx/pokupki/public_html/word.txt html_strip = 1 min_word_len = 2 index_exact_words = 1 morphology = stem_ru charset_type = utf-8
Everything works, but as soon as I try to add a parameter for a hyphen, word forms stop working for me - wordforms
What to do? How to make search by words with a hyphen? and so that the word forms work I have to complement them very much and very much