Is there any way to stem single Greek words with Lucene? Do I need to index the String, or there a simpler way? I did some research and I found this link, but I don't really know how to use the Greek Stemming Filter.
You don't really need to do anything with GreekStemFilter
directly. Just use GreekAnalyzer
. It includes the stemmer.