I want to know which stemming filter factory can be used to fetch all the possible tenses of a stem word.
Example : If "run" is the search word -> it has to fetch results for all files involving
run , running , runs , ran.
Also the vice-versa --> whichever tense of a word is searched , it has to retrieve all the results from the files.
I tried using POrterStemFilterFactory , snowball , kstem
--> none of these seems to fetch the intended results.
Please help ! thanks in advance
Thanks, Aishwarya
For me i use this in schema.xml