public final class StreamingElementTokens
extends org.apache.lucene.analysis.TokenStream
| Constructor and Description |
|---|
StreamingElementTokens(org.apache.lucene.analysis.TokenStream tokens) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken() |
boolean |
isPlainToken() |
void |
popElement() |
void |
pushElement(QName qname) |
void |
reset() |
void |
reset(org.apache.lucene.analysis.TokenStream tokens) |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic StreamingElementTokens(org.apache.lucene.analysis.TokenStream tokens)
public boolean isPlainToken()
public void pushElement(QName qname)
public void popElement()
public boolean incrementToken()
throws IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamIOExceptionpublic void reset(org.apache.lucene.analysis.TokenStream tokens)
throws IOException
IOExceptionpublic void reset()
throws IOException
reset in class org.apache.lucene.analysis.TokenStreamIOExceptionCopyright © 2013. All Rights Reserved.