|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.Tokenizer
org.tinygroup.chineseanalyzer.ChineseTokenStream
public class ChineseTokenStream
基于TinySeg的Lucene的令牌流扩展
| 嵌套类摘要 |
|---|
| 从类 org.apache.lucene.util.AttributeSource 继承的嵌套类/接口 |
|---|
org.apache.lucene.util.AttributeSource.AttributeFactory, org.apache.lucene.util.AttributeSource.State |
| 字段摘要 |
|---|
| 从类 org.apache.lucene.analysis.Tokenizer 继承的字段 |
|---|
input |
| 构造方法摘要 | |
|---|---|
protected |
ChineseTokenStream(Reader input)
|
| 方法摘要 | |
|---|---|
boolean |
incrementToken()
|
void |
reset()
|
| 从类 org.apache.lucene.analysis.Tokenizer 继承的方法 |
|---|
close, correctOffset, setReader |
| 从类 org.apache.lucene.analysis.TokenStream 继承的方法 |
|---|
end |
| 从类 org.apache.lucene.util.AttributeSource 继承的方法 |
|---|
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
protected ChineseTokenStream(Reader input)
| 方法详细信息 |
|---|
public void reset()
throws IOException
org.apache.lucene.analysis.Tokenizer 中的 resetIOException
public final boolean incrementToken()
throws IOException
org.apache.lucene.analysis.TokenStream 中的 incrementTokenIOException
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||