public class CopyTokenStream extends org.apache.lucene.analysis.TokenStream implements Serializable
| Constructor and Description |
|---|
CopyTokenStream(List<List<org.apache.lucene.util.AttributeImpl>> stream) |
| Modifier and Type | Method and Description |
|---|---|
static SerializableTokenStream |
buildSerializableTokenStream(org.apache.lucene.analysis.TokenStream tokenStream) |
void |
end() |
boolean |
incrementToken() |
void |
reset() |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toStringpublic static SerializableTokenStream buildSerializableTokenStream(org.apache.lucene.analysis.TokenStream tokenStream)
public final boolean incrementToken()
throws IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamIOExceptionpublic final void end()
throws IOException
end in class org.apache.lucene.analysis.TokenStreamIOExceptionpublic void reset()
throws IOException
reset in class org.apache.lucene.analysis.TokenStreamIOExceptionCopyright © 2006–2016 Hibernate. All rights reserved.