mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
| .. | ||
| fts3_porter.c | ||
| fts3_tokenizer.h | ||
| moz.build | ||
| Normalize.c | ||
| nsFts3Tokenizer.cpp | ||
| nsFts3Tokenizer.h | ||
| nsFts3TokenizerCID.h | ||
| nsGlodaRankerFunction.cpp | ||
| nsGlodaRankerFunction.h | ||
| README.mozilla | ||
fts3_porter.c code is from SQLite3. This customized tokenizer "mozporter" by Mozilla supports CJK indexing using bi-gram. So you have to use bi-gram search string if you wanto to search CJK character.