public final class KeywordTokenizer extends Tokenizer
AttributeSource.State| Modifier and Type | Field and Description | 
|---|---|
static int | 
DEFAULT_BUFFER_SIZE
Default read buffer size 
 | 
DEFAULT_TOKEN_ATTRIBUTE_FACTORYDEFAULT_ATTRIBUTE_FACTORY| Constructor and Description | 
|---|
KeywordTokenizer(AttributeFactory factory,
                Reader input,
                int bufferSize)  | 
KeywordTokenizer(Reader input)  | 
KeywordTokenizer(Reader input,
                int bufferSize)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
end()  | 
boolean | 
incrementToken()  | 
void | 
reset()  | 
close, correctOffset, setReaderaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic static final int DEFAULT_BUFFER_SIZE
public KeywordTokenizer(Reader input)
public KeywordTokenizer(Reader input, int bufferSize)
public KeywordTokenizer(AttributeFactory factory, Reader input, int bufferSize)
public final boolean incrementToken()
                             throws IOException
incrementToken in class TokenStreamIOExceptionpublic final void end()
               throws IOException
end in class TokenStreamIOExceptionpublic void reset()
           throws IOException
reset in class TokenizerIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.