Hi Guys,
i've got a little problem and i hope you can help me.
If i'm searching a word in plural i want the result also in singular.
Is that even possible?
Thx a lot...
hossman1
Moderator
What you're describing is certainly possible -- they key is to use a field type that applies "stemming" when indexing and querying.
The "text_en" field type uses the LucidPluralStemFilterFactory which should work well for your situation, the specific behavior can be customed by editing the rules in the LucidStemRules_en.txt file (comments in the file should be fairly self explanatory)