Lucene search with French words
I am using Lucene Search.
I have uploaded french file with following content.
french.txt
==========
multimédia francophone pour l'enseignement du français langue étrangère
If I search for francophone then it shows file in search result.
Now when I search for multimédia or français or étrangère word it does not show any result.
I have tried to use org.apache.lucene.analysis.fr.FrenchAnalyzer but it is still not working.
How can we search french words(like multimédia/ français/ étrangère) ?