public abstract class NumericTokenizer
extends org.apache.lucene.analysis.Tokenizer
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
NumericTokenizer(org.apache.lucene.analysis.NumericTokenStream numericTokenStream,
char[] buffer,
Object extra) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
void |
end() |
boolean |
incrementToken() |
void |
reset() |
protected abstract void |
setValue(org.apache.lucene.analysis.NumericTokenStream tokenStream,
String value) |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toStringprotected final Object extra
protected NumericTokenizer(org.apache.lucene.analysis.NumericTokenStream numericTokenStream,
char[] buffer,
Object extra)
throws IOException
IOExceptionpublic void reset()
throws IOException
reset クラス内 org.apache.lucene.analysis.TokenizerIOExceptionpublic final 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.TokenizerIOExceptionprotected abstract void setValue(org.apache.lucene.analysis.NumericTokenStream tokenStream,
String value)
Copyright © 2009–2016. All rights reserved.