org.apache.lucene.analysis
Class KeywordTokenizer
public class KeywordTokenizer
Emits the entire input as a single token.
Token | next() - Returns the next token in the stream, or null at EOS.
|
KeywordTokenizer
public KeywordTokenizer(Reader input)
Construct a token stream processing the given input.
KeywordTokenizer
public KeywordTokenizer(Reader input,
int bufferSize)
next
public Token next()
throws IOException
Returns the next token in the stream, or null at EOS.
- next in interface TokenStream
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.