|
|||||||||||
| 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 java.io.Reader |
input
The text source for this Tokenizer. |
| Constructor Summary | |
protected |
Tokenizer()
Construct a tokenizer with null input. |
protected |
Tokenizer(java.io.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 java.io.Reader input
| Constructor Detail |
protected Tokenizer()
protected Tokenizer(java.io.Reader input)
| Method Detail |
public void close()
throws java.io.IOException
close in class TokenStreamjava.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||