Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.lucene.analysis.el.GreekLowerCaseFilter
public final class GreekLowerCaseFilter
extends TokenFilter
Field Summary |
Fields inherited from class org.apache.lucene.analysis.TokenFilter | |
input |
Constructor Summary | |
|
Methods inherited from class org.apache.lucene.analysis.TokenFilter | |
close |
Methods inherited from class org.apache.lucene.analysis.TokenStream | |
close , next |
public final Token next() throws IOException
Returns the next token in the stream, or null at EOS.
- Overrides:
- next in interface TokenStream