org.mtzky.lucene.filter
クラス KanjiVariantsFilter
java.lang.Object
org.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.mtzky.lucene.filter.CharToCharMappingTokenFilter
org.mtzky.lucene.filter.KanjiVariantsFilter
- すべての実装されたインタフェース:
- Closeable
推奨されていません。 under implementation
@Deprecated
public class KanjiVariantsFilter
- extends CharToCharMappingTokenFilter
Kanji variants normalizing Reader.
統合漢字属性を持つ互換漢字
| - |
異体字 |
| code |
glyph |
code |
glyph |
| U+FA0E |
﨎 |
- |
| U+FA0F |
﨏 |
- |
| U+FA11 |
﨑 |
U+5D0E |
崎 |
| U+FA13 |
﨓 |
- |
| U+FA14 |
﨔 |
U+6B05, U+6989 |
欅, 榉 |
| U+FA1F |
﨟 |
U+81C8 |
臈 |
| U+FA21 |
﨡 |
- |
| U+FA23 |
﨣 |
- |
| U+FA24 |
﨤 |
- |
| U+FA27 |
﨧 |
- |
| U+FA28 |
﨨 |
- |
| U+FA29 |
﨩 |
- |
- 作成者:
- mtzky
|
メソッドの概要 |
protected char |
convert(char c)
推奨されていません。 |
| クラス org.apache.lucene.util.AttributeSource から継承されたメソッド |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString |
KanjiVariantsFilter
public KanjiVariantsFilter(TokenStream in)
- 推奨されていません。
convert
protected char convert(char c)
- 推奨されていません。
- 定義:
- クラス
CharToCharMappingTokenFilter 内の convert
- パラメータ:
c - character to convert
- 戻り値:
- a converted character
Copyright (C) 2010-2011 Mtzky. AllRights Reserved.