public final class GreekLowerCaseFilter extends TokenFilter
input
Constructor and Description |
---|
GreekLowerCaseFilter(TokenStream in,
char[] charset) |
Modifier and Type | Method and Description |
---|---|
Token |
next()
Returns the next token in the stream, or null at EOS.
|
close
public GreekLowerCaseFilter(TokenStream in, char[] charset)
public final Token next() throws IOException
TokenStream
next
in class TokenStream
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.