Values' Details |
UPPERCASE_LOWERCASE
UPPERCASE_LOWERCASE = 1,
- Description
- Transliterate a string from upper case to lower case
|
|
LOWERCASE_UPPERCASE
LOWERCASE_UPPERCASE = 2,
- Description
- Transliterate a string from lower case to upper case
|
|
HALFWIDTH_FULLWIDTH
HALFWIDTH_FULLWIDTH = 3,
- Description
- Transliterate a string from half width character to full width character
|
|
FULLWIDTH_HALFWIDTH
FULLWIDTH_HALFWIDTH = 4,
- Description
- Transliterate a string from full width character to half width character
|
|
KATAKANA_HIRAGANA
KATAKANA_HIRAGANA = 5,
- Description
- Transliterate a Japanese string from Katakana to Hiragana
|
|
HIRAGANA_KATAKANA
HIRAGANA_KATAKANA = 6,
- Description
- Transliterate a Japanese string from Hiragnan to Katakana
|
|
NumToTextLower_zh_CN
NumToTextLower_zh_CN = 7,
- Description
- Transliterate an ascii number string to Simplified Chinese lower case number string in spellout format
|
|
NumToTextUpper_zh_CN
NumToTextUpper_zh_CN = 8,
- Description
- Transliterate an ascii number string to Simplified Chinese upper case number string in spellout format
|
|
NumToTextLower_zh_TW
NumToTextLower_zh_TW = 9,
- Description
- Transliterate an ascii number string to Traditional Chinese lower case number string in spellout format
|
|
NumToTextUpper_zh_TW
NumToTextUpper_zh_TW = 10,
- Description
- Transliterate an ascii number string to Traditional Chinese upper case number string in spellout format
|
|
NumToTextFormalHangul_ko
NumToTextFormalHangul_ko = 11,
- Description
- Transliterate an ascii number string to formal Korean Hangul number string in spellout format
|
|
NumToTextFormalLower_ko
NumToTextFormalLower_ko = 12,
- Description
- Transliterate an ascii number string to formal Korean Hanja lower case number string in spellout format
|
|
NumToTextFormalUpper_ko
NumToTextFormalUpper_ko = 13,
- Description
- Transliterate an ascii number string to formal Korean Hanja upper case number string in spellout format
|
|
NON_IGNORE_MASK
NON_IGNORE_MASK = 0x000000ff,
|
|
IGNORE_MASK
|
IGNORE_CASE
IGNORE_CASE = 0x00000100,
- Description
- Ignore case when comparing strings by transliteration service
|
|
IGNORE_KANA
IGNORE_KANA = 0x00000200,
- Description
- Ignore Hiragana and Katakana when comparing strings by transliteration service
|
|
IGNORE_WIDTH
IGNORE_WIDTH = 0x00000400,
- Description
- Ignore full width and half width character when comparing strings by transliteration service
|
|
ignoreTraditionalKanji_ja_JP
ignoreTraditionalKanji_ja_JP = 0x00001000,
- Description
- Ignore Japanese traditional Kanji character in Japanese fuzzy search
|
|
ignoreTraditionalKana_ja_JP
ignoreTraditionalKana_ja_JP = 0x00002000,
- Description
- Ignore Japanese traditional Katakana and Hiragana character in Japanese fuzzy search
|
|
ignoreMinusSign_ja_JP
ignoreMinusSign_ja_JP = 0x00004000,
- Description
- Ignore dash or minus sign in Japanese fuzzy search
|
|
ignoreIterationMark_ja_JP
ignoreIterationMark_ja_JP = 0x00008000,
- Description
- Ignore Hiragana and Katakana iteration mark in Japanese fuzzy search
|
|
ignoreSeparator_ja_JP
ignoreSeparator_ja_JP = 0x00010000,
- Description
- Ignore separator punctuations in Japanese fuzzy search
|
|
ignoreZiZu_ja_JP
ignoreZiZu_ja_JP = 0x00020000,
- Description
- Ignore Katakana and Hiragana Zi/Zi and Zu/Zu in Japanese fuzzy search
|
|
ignoreBaFa_ja_JP
ignoreBaFa_ja_JP = 0x00040000,
- Description
- Ignore Katakana and Hiragana Ba/Gua and Ha/Fa in Japanese fuzzy search
|
|
ignoreTiJi_ja_JP
ignoreTiJi_ja_JP = 0x00080000,
- Description
- Ignore Katakana and Hiragana Tsui/Tea/Ti and Dyi/Ji in Japanese fuzzy search
|
|
ignoreHyuByu_ja_JP
ignoreHyuByu_ja_JP = 0x00100000,
- Description
- Ignore Katakana and Hiragana Hyu/Fyu and Byu/Gyu in Japanese fuzzy search
|
|
ignoreSeZe_ja_JP
ignoreSeZe_ja_JP = 0x00200000,
- Description
- Ignore Katakana and Hiragana Se/Sye and Ze/Je in Japanese fuzzy search
|
|
ignoreIandEfollowedByYa_ja_JP
ignoreIandEfollowedByYa_ja_JP = 0x00400000,
- Description
- Ignore Katakana YA/A which follows the character in either I or E row in Japanese fuzzy search
|
|
ignoreKiKuFollowedBySa_ja_JP
ignoreKiKuFollowedBySa_ja_JP = 0x00800000,
- Description
- Ignore Katakana KI/KU which follows the character in SA column in Japanese fuzzy search
|
|
ignoreSize_ja_JP
ignoreSize_ja_JP = 0x01000000,
- Description
- Ignore Japanese normal and small sized character in Japanese fuzzy search
|
|
ignoreProlongedSoundMark_ja_JP
ignoreProlongedSoundMark_ja_JP = 0x02000000,
- Description
- Ignore Japanese prolonged sound mark in Japanese fuzzy search
|
|
ignoreMiddleDot_ja_JP
ignoreMiddleDot_ja_JP = 0x04000000,
- Description
- Ignore middle dot in Japanese fuzzy search
|
|
ignoreSpace_ja_JP
ignoreSpace_ja_JP = 0x08000000,
- Description
- Ignore white space characters, include space, TAB, return, etc. in Japanese fuzzy search
|
|
smallToLarge_ja_JP
smallToLarge_ja_JP = 0x10000000,
- Description
- transliterate Japanese small sized character to normal sized character
|
|
largeToSmall_ja_JP
largeToSmall_ja_JP = 0x20000000,
- Description
- transliterate Japanese normal sized character to small sized character
|
|
END_OF_MODULE
|