org.tinygroup.chineseanalyzer
类 ChineseTokenStream

java.lang.Object
  继承者 org.apache.lucene.util.AttributeSource
      继承者 org.apache.lucene.analysis.TokenStream
          继承者 org.apache.lucene.analysis.Tokenizer
              继承者 org.tinygroup.chineseanalyzer.ChineseTokenStream
所有已实现的接口:
Closeable

public class ChineseTokenStream
extends org.apache.lucene.analysis.Tokenizer

基于TinySeg的Lucene的令牌流扩展

作者:
yancheng11334

嵌套类摘要
 
从类 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
 

构造方法详细信息

ChineseTokenStream

protected ChineseTokenStream(Reader input)
方法详细信息

reset

public void reset()
           throws IOException
覆盖:
org.apache.lucene.analysis.Tokenizer 中的 reset
抛出:
IOException

incrementToken

public final boolean incrementToken()
                             throws IOException
指定者:
org.apache.lucene.analysis.TokenStream 中的 incrementToken
抛出:
IOException


Copyright © 2006–2016 TinyGroup. All rights reserved.