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