How to search Unsupported language in Oracle Text?
Well, here is the problem:
My native language (Georgian) is NOT supported by Oracle Text. It`s not supported Oracle either (maybe only through UTF8). I need to search a BIG amount (100.000-150.000) of CLOBS in one table. I do stemming externally, so I can store stems instead of words in CLOB. I can even use 7-bit ASCII by translating Georgian letters to latin (but mapping 33 letter on 26 makes case-sensitive search necessary). What I need is understand, how and what must I turn off to make Oracle Text search in text like: "bayayi wyanSi yiyinebs. am oraklis damwers ra uTxari." words like "bayayi", "uTxari" and so on. Should I simply make a new wordlist, full of such words?