public final class CompletionTokenStream
extends org.apache.lucene.analysis.TokenStream
| 修飾子とタイプ | クラスと説明 |
|---|---|
static interface |
CompletionTokenStream.ByteTermAttribute |
static class |
CompletionTokenStream.ByteTermAttributeImpl |
static interface |
CompletionTokenStream.ToFiniteStrings |
| コンストラクタと説明 |
|---|
CompletionTokenStream(org.apache.lucene.analysis.TokenStream input,
org.apache.lucene.util.BytesRef payload,
CompletionTokenStream.ToFiniteStrings toFiniteStrings) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
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 CompletionTokenStream(org.apache.lucene.analysis.TokenStream input,
org.apache.lucene.util.BytesRef payload,
CompletionTokenStream.ToFiniteStrings toFiniteStrings)
public boolean incrementToken()
throws IOException
incrementToken クラス内 org.apache.lucene.analysis.TokenStreamIOExceptionpublic void end()
throws IOException
end クラス内 org.apache.lucene.analysis.TokenStreamIOExceptionpublic void close()
throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 org.apache.lucene.analysis.TokenStreamIOExceptionpublic void reset()
throws IOException
reset クラス内 org.apache.lucene.analysis.TokenStreamIOExceptionCopyright © 2009–2016. All rights reserved.