> > can we modify the StopyAnalyzer to insert Stop Words of > another language, instead of English, like Urdu given below: > public static final String[] URDU_STOP_WORDS = { "پر", "کا", "کی", "کو" }; >
"new StandardAnalyzer(URDU_STOP_WORDS)" should work. Regards, Doron