org.apache.lucene.analysis
Class TokenFilter
public abstract class TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
This is an abstract class.
void | close() - Close the input TokenStream.
|
input
protected TokenStream input
The source of tokens for this filter.
TokenFilter
protected TokenFilter(TokenStream input)
Construct a token stream filtering the given input.
close
public void close()
throws IOException
Close the input TokenStream.
- close in interface TokenStream
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.