0

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.

femtoRgon
  • 32,893
  • 7
  • 60
  • 87
Vegeta
  • 135
  • 6

1 Answers1

0

You don't really need to do anything with GreekStemFilter directly. Just use GreekAnalyzer. It includes the stemmer.

femtoRgon
  • 32,893
  • 7
  • 60
  • 87
  • Ok, i found the answer.It is similar to this [link](http://stackoverflow.com/questions/25714455/standardanalyzer-with-stemming) – Vegeta Mar 13 '15 at 00:46