wordforms on sphinx
If I use the wordforms file, to a word like this:
television > tv
If i search for television,开发者_运维百科 i'd get results with TV on it, but i also want to have television results, is that possible?
Yes, that's how it works by default. But, you have to rebuild your index after changing the word forms. The mapping occurs at both index time and query time.
精彩评论