I have a scenario where I have used SnowballPorterFilterFactory to stem that field.
Now it stores all talent types like ex: Actor, Dancer, Singer, Model, etc.
This stemming helps me to search using
Actor in mumbai
AND
Actors in mumbai
Both.
Now I want to search with
show all who sings in mumbai
How can I match sing with singer ??
It does not matching for now ..