|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
This is an abstract class.
| Field Summary | |
protected TokenStream |
input
The source of tokens for this filter. |
| Constructor Summary | |
protected |
TokenFilter()
Deprecated. |
protected |
TokenFilter(TokenStream input)
Construct a token stream filtering the given input. |
| Method Summary | |
void |
close()
Close the input TokenStream. |
| Methods inherited from class org.apache.lucene.analysis.TokenStream |
next |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected TokenStream input
| Constructor Detail |
protected TokenFilter()
protected TokenFilter(TokenStream input)
| Method Detail |
public void close()
throws IOException
close in class TokenStreamIOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||