Has somebody written a morphology engine for synonyms on sphinx. Or is the best bet still to create a word forms dictionary which declares all my synonyms. Also how will this affecting stemming. In the documentation it states:
stemming is not applied to words found in the forms list
Does this mean that if I have defined running > run in my wordform that runs will not be stemmed to run because run appears in my word forms list?