org.apache.lucene.analysis
public abstract class TokenFilter extends TokenStream
This is an abstract class.
| Field Summary | |
|---|---|
| protected TokenStream | input The source of tokens for this filter. |
| Constructor Summary | |
|---|---|
| protected | TokenFilter() Call TokenFilter(TokenStream) instead. |
| protected | TokenFilter(TokenStream input) Construct a token stream filtering the given input. |
| Method Summary | |
|---|---|
| void | close() Close the input TokenStream. |
Deprecated:
Call TokenFilter(TokenStream) instead.