Hi,
I have gone through the issue you posted and it seems the guy was having a problem with multilingual stemming. I am looking for english stemming search. What I have is a default installation of Alfresco 4.0.e community on mysql. At the very first time when alfresco starts up I have added 3 file in company home folder with following texts:
1. Fished
2. Fisher
3. Fishing
Expected behavior is when I search for either of the three texts above, all of the three should show up, but Alfresco shows only 1 document with exact match. I have tried changing the analyzers in the dataTypeAnalyzers.properties to "EnglishSnowballAnalyzer" but of no use. I think Lucene supports stemming (Correct me if I am wrong). Does alfresco not supports stemming search?
Thanks,
Javed