How to overcome the problem when searching for parts of words when the dictionary(wordforms)?
In the settings of the index said:
min_infix_len = 3
+ use your own vocabulary with word forms:
dict = keywords
wordforms = /home/cron_scripts/../wordform.txt
When you search for the *bus* is logical to assume that sphinx should search for only those words that contain the substring "bus", but there it was.
sphinx in this case considered to be relevant Samimi containing such words as:
buses, cars, yards, etc.
Someone faced with this?
1 answer
May have to look at the "tire*" without asterisks at the beginning of words?
Find more questions by tags Sphinx
But in General I think you need morphology = none to register - Grayce.Mohr29 commented on September 19th 19 at 00:18
Without morphology search is not correct. For example, if you search for "cookies" stemmer Sphinx and finds the "liver", and when searching for "seed" -- "the family", which in my opinion is unsatisfactory, and therefore use the dictionary. - Stevie_Murphy commented on September 19th 19 at 00:21