public final class IKTokenizer
extends org.apache.lucene.analysis.Tokenizer
| 构造器和说明 |
|---|
IKTokenizer()
Lucene 7.6 Tokenizer适配器类构造函数
|
IKTokenizer(org.apache.lucene.util.AttributeFactory factory) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
end() |
boolean |
incrementToken() |
void |
reset() |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toStringpublic IKTokenizer()
public IKTokenizer(org.apache.lucene.util.AttributeFactory factory)
public boolean incrementToken()
throws IOException
incrementToken 在类中 org.apache.lucene.analysis.TokenStreamIOExceptionpublic void reset()
throws IOException
reset 在类中 org.apache.lucene.analysis.TokenizerIOExceptionpublic final void end()
end 在类中 org.apache.lucene.analysis.TokenStreamCopyright © 2019. All rights reserved.