Dear list, In SOLR schema on the index side we use no stemming to support favor wildcard search. On the query side of the index we use Porter stemming.
I have noticed the following issue: the term "pretty" gets stemmed to "pretti" and thus not found. What would be the approach to handle such situations, is going all the way to modifying the Porter stemming source code the best choice? -- Regards, Dmitry Kan