org.mtzky.lucene.analyzer
クラス UnicodeBlockAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
org.mtzky.lucene.analyzer.UnicodeBlockAnalyzer
- すべての実装されたインタフェース:
- Closeable
public class UnicodeBlockAnalyzer
- extends Analyzer
Tokenizes the entire stream as a unigram token of the Unicode code point.
- 作成者:
- mtzky
- 関連項目:
UnicodeBlockTokenizer
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicodeBlockAnalyzer
public UnicodeBlockAnalyzer()
UnicodeBlockAnalyzer
public UnicodeBlockAnalyzer(Version matchVersion)
- パラメータ:
matchVersion - Version
tokenStream
public final TokenStream tokenStream(String fieldName,
Reader reader)
- 定義:
- クラス
Analyzer 内の tokenStream
reusableTokenStream
public final TokenStream reusableTokenStream(String fieldName,
Reader reader)
throws IOException
- オーバーライド:
- クラス
Analyzer 内の reusableTokenStream
- 例外:
IOException
Copyright (C) 2010-2011 Mtzky. AllRights Reserved.