| Name | Description | Type | Package | Framework |
| GreekAnalyzer | Analyzer for the Greek language. | Class | org.apache.lucene.analysis.el | Apache Lucene |
| GreekLowerCaseFilter | Normalizes token text to lower case, removes some Greek diacritics, and standardizes final sigma to sigma. | Class | org.apache.lucene.analysis.el | Apache Lucene |
| GreekLowerCaseFilterFactory | Factory for GreekLowerCaseFilter. | Class | org.apache.lucene.analysis.el | Apache Lucene |
| GreekStemFilter | A TokenFilter that applies GreekStemmer to stem Greek To prevent terms from being stemmed use an instance of | Class | org.apache.lucene.analysis.el | Apache Lucene |
| GreekStemFilterFactory | Factory for GreekStemFilter. | Class | org.apache.lucene.analysis.el | Apache Lucene |
| GreekStemmer | A stemmer for Greek words, according to: Development of a Stemmer for the Greek Language. | Class | org.apache.lucene.analysis.el | Apache Lucene |