public static class PreAnalyzedMapper.PreAnalyzedTokenStream
extends org.apache.lucene.analysis.TokenStream
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken() |
void |
reset()
Creates a new parser reading the input data and sets the parser state
right to the beginning of the actual token list.
|
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toStringpublic final boolean incrementToken()
throws java.io.IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamjava.io.IOExceptionpublic void reset()
throws java.io.IOException
reset in class org.apache.lucene.analysis.TokenStreamjava.io.IOException