|
|||||||||||
| 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.Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
This is an abstract class.
| Field Summary | |
protected Reader |
input
The text source for this Tokenizer. |
| Constructor Summary | |
protected |
Tokenizer()
Construct a tokenizer with null input. |
protected |
Tokenizer(Reader input)
Construct a token stream processing the given input. |
| Method Summary | |
void |
close()
By default, closes the input Reader. |
| 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 Reader input
| Constructor Detail |
protected Tokenizer()
protected Tokenizer(Reader 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 | ||||||||||