org.apache.lucene.analysis.el |
|
Java Source File Name | Type | Comment |
GreekAnalyzer.java | Class | Analyzer for the Greek language. |
GreekAnalyzerTest.java | Class | A unit test class for verifying the correct operation of the GreekAnalyzer. |
GreekCharsets.java | Class | GreekCharsets class contains encodings schemes (charsets) and toLowerCase() method implementation
for greek characters in Unicode, ISO-8859-7 and Microsoft Windows CP1253.
Each encoding scheme contains lowercase (positions 0-35) and uppercase (position 36-68) characters,
including accented ones. |
GreekLowerCaseFilter.java | Class | Normalizes token text to lower case, analyzing given ("greek") charset. |