public class SingleTokenTokenStream
extends org.apache.lucene.analysis.TokenStream
TokenStream containing a single token.| Constructor and Description |
|---|
SingleTokenTokenStream(org.apache.lucene.analysis.Token token) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.Token |
getToken() |
boolean |
incrementToken() |
org.apache.lucene.analysis.Token |
next()
Deprecated.
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.analysis.Token |
next(org.apache.lucene.analysis.Token reusableToken)
Deprecated.
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
void |
reset() |
void |
setToken(org.apache.lucene.analysis.Token token) |
close, end, getOnlyUseNewAPI, setOnlyUseNewAPIaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toStringpublic SingleTokenTokenStream(org.apache.lucene.analysis.Token token)
public final boolean incrementToken()
throws java.io.IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamjava.io.IOExceptionpublic final org.apache.lucene.analysis.Token next(org.apache.lucene.analysis.Token reusableToken)
throws java.io.IOException
next in class org.apache.lucene.analysis.TokenStreamjava.io.IOExceptionpublic final org.apache.lucene.analysis.Token next()
throws java.io.IOException
next in class org.apache.lucene.analysis.TokenStreamjava.io.IOExceptionpublic void reset()
throws java.io.IOException
reset in class org.apache.lucene.analysis.TokenStreamjava.io.IOExceptionpublic org.apache.lucene.analysis.Token getToken()
public void setToken(org.apache.lucene.analysis.Token token)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.